disable importing --sources because of libdwarf error on mars
FAIL_IMPORT requires dwarf_init from libdwarf, but provided version only defines dwarf_init_b?
This commit is contained in:
@ -88,7 +88,7 @@ gdb module:
|
||||
[doc("Launch radare2")]
|
||||
[group("debug")]
|
||||
radare module addr="dbg.os_main":
|
||||
radare2 -AA -c "s {{ addr }}; pdf" {{ BUILD_DIR }}-{{ module }}/system.elf
|
||||
radare2 -AA -c "s {{ addr }}; pdf" -e bin.relocs.apply=true {{ BUILD_DIR }}-{{ module }}/system.elf
|
||||
|
||||
# =================================================================================================================== #
|
||||
# Just do it
|
||||
|
||||
Reference in New Issue
Block a user