You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Gleb Mazovetskiy 31f91ac8aa Organize gdb/llvm files a bit better 2 years ago
..
devilution_lldb Organize gdb/llvm files a bit better 2 years ago
README.md Organize gdb/llvm files a bit better 2 years ago

README.md

lldb debugging enhancements

The code in this directory is imported via .lldbinit.

Working directory .lldbinit is not loaded by default.

You can add the following to ~/.lldbinit to load it when launching lldb from the command line:

settings set target.load-cwd-lldbinit true

If you're using VS Code, you can instead add the following to your configuration:

"lldb.launch.initCommands": ["command source ${workspaceFolder}/.lldbinit"]