[haiku-bugs] Re: [Haiku] #9799: Implement support for call site extensions

  • From: "anevilyak" <trac@xxxxxxxxxxxx>
  • Date: Tue, 28 May 2013 22:10:08 -0000

#9799: Implement support for call site extensions
-------------------------------------+----------------------------
   Reporter:  anevilyak              |      Owner:  anevilyak
       Type:  enhancement            |     Status:  new
   Priority:  normal                 |  Milestone:  Unscheduled
  Component:  Applications/Debugger  |    Version:  R1/Development
 Resolution:                         |   Keywords:
 Blocked By:                         |   Blocking:
Has a Patch:  0                      |   Platform:  All
-------------------------------------+----------------------------

Comment (by anevilyak):

 Replying to [comment:4 scanty]:
 > The code in question that is crashing is in assembly and written in
 NASM.  I don't think the compiler would touch it, but I can try -O0.  gcc2
 is not an option, as there are a fair number of templates, and we're using
 the boost library which I could never get working properly on BeOS 5.

 Yes, for the ASM part it won't matter, but that's more or less irrelevant,
 since as far as the debug information is concerned, the entire executable
 matters since all of the relevant debugging information is stored in a
 single giant binary structure. The fact that those extensions are present
 is causing us to fail to parse said structure, and consequently falling
 back to basic information only without debug info assistance.

--
Ticket URL: <http://dev.haiku-os.org/ticket/9799#comment:6>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: