aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_lldbinit
diff options
context:
space:
mode:
Diffstat (limited to 'dot_lldbinit')
-rw-r--r--dot_lldbinit4
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_lldbinit b/dot_lldbinit
new file mode 100644
index 0000000..870fe20
--- /dev/null
+++ b/dot_lldbinit
@@ -0,0 +1,4 @@
+# Load debug symbols only when needed to reduce startup time and memory usage
+settings set symbols.load-on-demand true
+# Load local .lldbinit
+settings set target.load-cwd-lldbinit true