Changes between Initial Version and Version 1 of Ticket #12799, comment 9
- Timestamp:
- May 28, 2016, 5:51:44 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12799, comment 9
initial v1 1 I did some digging into the source and found what In fo 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.1 I 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. 2 2 If this can be avoided that would be better, but I did not see how I could get that to work. 3 3