diff options
Diffstat (limited to 'roms/edk2/EmulatorPkg/Unix/lldbinit')
-rw-r--r-- | roms/edk2/EmulatorPkg/Unix/lldbinit | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roms/edk2/EmulatorPkg/Unix/lldbinit b/roms/edk2/EmulatorPkg/Unix/lldbinit new file mode 100644 index 000000000..16b34e362 --- /dev/null +++ b/roms/edk2/EmulatorPkg/Unix/lldbinit @@ -0,0 +1,3 @@ +setting set frame-format "frame #${frame.index}: ${frame.pc}{ ${module.file.basename}{:${function.name}()${function.pc-offset}}}{ at ${line.file.fullpath}:${line.number}}\n" +command script import lldbefi.py +run |