llvm-capstone/lldb/examples
Jonas Devlieghere ec6a34e2a7
[lldb] Pass important options to dsymForUUID (#72669)
On macOS, we usually use the DebugSymbols framework to find dSYMs, but
we have a few places (including crashlog.py) that calls out directly to
dsymForUUID. Currently, this invocation is missing two important
options:

* `--ignoreNegativeCache`: Poor network connectivity or lack of VPN can
lead to a negative cache hit. Avoiding those issues is worth the penalty
of skipping these caches.
* `--copyExecutable`: Ensure we copy the executable as it might not be
available at its original location.

rdar://118480731
2023-11-17 08:00:07 -08:00
..
customization [NFC][Py Reformat] Reformat python files in lldb 2023-05-25 12:54:09 -07:00
darwin/heap_find [NFC][Py Reformat] Reformat python files in lldb 2023-05-25 12:54:09 -07:00
functions
interposing/darwin/fd_interposing
lookup
plugins/commands
python [lldb] Pass important options to dsymForUUID (#72669) 2023-11-17 08:00:07 -08:00
scripting [NFC][Py Reformat] Reformat python files in lldb 2023-05-25 12:54:09 -07:00
summaries [NFC][Py Reformat] Reformat python files in lldb 2023-05-25 12:54:09 -07:00
synthetic [Reland] Detect against invalid variant index for LibStdC++ std::variant data formatters (#69614) 2023-10-24 08:44:34 -07:00
test
ptrace_example.c [lldb][Docs] Additions to debuging LLDB page (#65635) 2023-09-08 10:05:16 +01:00