Searched hist:a5c358a6db03a8c0ae06ae5bde86251d5cbd2338 (Results 1 – 4 of 4) sorted by relevance
/haiku/src/kits/debugger/dwarf/ |
H A D | AbbreviationTable.h | a5c358a6db03a8c0ae06ae5bde86251d5cbd2338 Wed Oct 04 18:50:20 UTC 2023 David Karoly <karolyd577@gmail.com> Debugger: implement parsing DW_FORM_implicit_const
For attributes with form DW_FORM_implicit_const, the attribute specification contains a third part which is a signed LEB128 number. This value shall be used as the value of the attribute when parsing the debug_info section.
Change-Id: I3e9aa3ba70b3aa05e6d2f570a1464966c38e4b1b Reviewed-on: https://review.haiku-os.org/c/haiku/+/6980 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: Rene Gollent <rene@gollent.com>
|
H A D | AbbreviationTable.cpp | a5c358a6db03a8c0ae06ae5bde86251d5cbd2338 Wed Oct 04 18:50:20 UTC 2023 David Karoly <karolyd577@gmail.com> Debugger: implement parsing DW_FORM_implicit_const
For attributes with form DW_FORM_implicit_const, the attribute specification contains a third part which is a signed LEB128 number. This value shall be used as the value of the attribute when parsing the debug_info section.
Change-Id: I3e9aa3ba70b3aa05e6d2f570a1464966c38e4b1b Reviewed-on: https://review.haiku-os.org/c/haiku/+/6980 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: Rene Gollent <rene@gollent.com>
|
H A D | AttributeClasses.cpp | a5c358a6db03a8c0ae06ae5bde86251d5cbd2338 Wed Oct 04 18:50:20 UTC 2023 David Karoly <karolyd577@gmail.com> Debugger: implement parsing DW_FORM_implicit_const
For attributes with form DW_FORM_implicit_const, the attribute specification contains a third part which is a signed LEB128 number. This value shall be used as the value of the attribute when parsing the debug_info section.
Change-Id: I3e9aa3ba70b3aa05e6d2f570a1464966c38e4b1b Reviewed-on: https://review.haiku-os.org/c/haiku/+/6980 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: Rene Gollent <rene@gollent.com>
|
H A D | DwarfFile.cpp | a5c358a6db03a8c0ae06ae5bde86251d5cbd2338 Wed Oct 04 18:50:20 UTC 2023 David Karoly <karolyd577@gmail.com> Debugger: implement parsing DW_FORM_implicit_const
For attributes with form DW_FORM_implicit_const, the attribute specification contains a third part which is a signed LEB128 number. This value shall be used as the value of the attribute when parsing the debug_info section.
Change-Id: I3e9aa3ba70b3aa05e6d2f570a1464966c38e4b1b Reviewed-on: https://review.haiku-os.org/c/haiku/+/6980 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: Rene Gollent <rene@gollent.com>
|