Changes between Initial Version and Version 1 of Ticket #12799, comment 9


Ignore:
Timestamp:
May 28, 2016, 5:51:44 PM (8 years ago)
Author:
markh

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12799, comment 9

    initial v1  
    1 I did some digging into the source and found what Info was referring to. He added elf symbol patching support for catching debugger calls, but it was only enabled if building from BeOS x86. I changed the Jamfile to also enable it from Haiku, but had to move one include from a cpp file to a header file.
     1I did some digging into the source and found what Ingo was referring to. He added elf symbol patching support for catching debugger calls, but it was only enabled if building from BeOS x86. I changed the Jamfile to also enable it from Haiku, but had to move one include from a cpp file to a header file.
    22If this can be avoided that would be better, but I did not see how I could get that to work.
    33