This is an archive of the discontinued LLVM Phabricator instance.

[llvm-objdump] Add call_frame_cfa locations to variable display
Needs ReviewPublic

Authored by ostannard on Mar 16 2020, 5:03 AM.

Details

Diff Detail

Unit TestsFailed

Event Timeline

ostannard created this revision.Mar 16 2020, 5:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 16 2020, 5:03 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
jhenderson added inline comments.Mar 17 2020, 2:43 AM
llvm/unittests/DebugInfo/DWARF/DWARFExpressionCompactPrinterTest.cpp
157

I'm not up to speed on the DW_OP values. What does this value represent?

Assuming that the "0x78" is something to do with the -8, you probably want more values, and to test the bounds of whatever it can be.