aboutsummaryrefslogtreecommitdiffstats
path: root/roms/edk2/EmulatorPkg/Unix/lldbinit
diff options
context:
space:
mode:
Diffstat (limited to 'roms/edk2/EmulatorPkg/Unix/lldbinit')
-rw-r--r--roms/edk2/EmulatorPkg/Unix/lldbinit3
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