This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [rfa/dwarf] Handle debug_line extended ops correctly


Daniel Jacobowitz <drow@false.org> writes:

> This has been hanging around in my tree for a while.  The HP-UX ia64
> compiler generates things like this in .debug_line:
>   Extended opcode 32: UNKNOWN: length 51
>   Extended opcode 32: UNKNOWN: length 146
> 
> 146 is different as a byte and as a uleb128, so we get confused.  Of course,
> we're going to bail out shortly anyway because we don't accept unknown
> extended ops (probably for the best); but we might as well parse the length
> right.
> 
> OK?

Okay.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]