[DTrace-devel] [oracle/dtrace-utils] c93905: Show signed values for signed immediate conditiona...

Kris Van Hees noreply at github.com
Fri Apr 8 13:56:27 UTC 2022


  Branch: refs/heads/dev
  Home:   https://github.com/oracle/dtrace-utils
  Commit: c9390536d3673c12e361249c60b98fbae665fb64
      https://github.com/oracle/dtrace-utils/commit/c9390536d3673c12e361249c60b98fbae665fb64
  Author: Kris Van Hees <kris.van.hees at oracle.com>
  Date:   2022-04-08 (Fri, 08 Apr 2022)

  Changed paths:
    M libdtrace/dt_dis.c
    A test/unittest/disasm/tst.ann-js-neg.r
    A test/unittest/disasm/tst.ann-js-neg.sh

  Log Message:
  -----------
  Show signed values for signed immediate conditional branches

The disassembler will now print negative values correctly in signed
conditional branch instructions with an immediate operand.

Signed-off-by: Kris Van Hees <kris.van.hees at oracle.com>
Reviewed-by: Eugene Loh <eugene.loh at oracle.com>


  Commit: 31bbe75756d0794950ebc801df304934628bd197
      https://github.com/oracle/dtrace-utils/commit/31bbe75756d0794950ebc801df304934628bd197
  Author: Kris Van Hees <kris.van.hees at oracle.com>
  Date:   2022-04-08 (Fri, 08 Apr 2022)

  Changed paths:
    M libdtrace/dt_handle.c

  Log Message:
  -----------
  Do not report an address value for BADADDR faults with illval -1

This patch allows code to pass -1 as illval to a BADADDR fault to
surpress reporting an address.

Signed-off-by: Kris Van Hees <kris.van.hees at oracle.com>
Reviewed-by: Eugene Loh <eugene.loh at oracle.com>


Compare: https://github.com/oracle/dtrace-utils/compare/14bd86019122...31bbe75756d0



More information about the DTrace-devel mailing list