llvm/lldb
Pavel Labath d2edca6276 [lldb/Platform] Prepare decouple instance and plugin names
This patch changes the return value of Platform::GetName() to a
StringRef, and uses the opportunity (compile errors) to change some
callsites to use GetPluginName() instead. The two methods still remain
hardwired to return the same thing, but this will change once the ideas
in
<https://discourse.llvm.org/t/multiple-platforms-with-the-same-name/59594>
are implemented.

Differential Revision: https://reviews.llvm.org/D119146
2022-03-02 14:57:01 +01:00
..
bindings Reland "[lldb/test] Fix TestProgressReporting.py race issue with the event listener" 2022-02-25 17:20:39 -08:00
cmake [lldb] Add support for a "global" lldbinit file 2022-02-18 12:30:22 +01:00
docs [PDB] add missing char8_t for 5c9e20d 2022-03-01 14:24:21 -08:00
examples [lldb/crashlog] Fix scripted_crashlog_json.test failure 2022-02-25 17:20:35 -08:00
include/lldb [lldb/Platform] Prepare decouple instance and plugin names 2022-03-02 14:57:01 +01:00
packages/Python/lldbsuite [lldb] Fix race condition between lldb-vscode and stop hooks executor 2022-02-22 12:53:55 +01:00
resources
scripts
source [lldb/Platform] Prepare decouple instance and plugin names 2022-03-02 14:57:01 +01:00
test Set error message if ValueObjectRegister fails to write back to register 2022-02-28 14:29:29 +08:00
third_party/Python/module
tools [lldb] Hyphenate Objective-C exception breakpoint labels ✍️ 2022-03-01 15:02:44 -08:00
unittests [PDB] add missing char8_t for 5c9e20d 2022-03-01 14:24:21 -08:00
utils
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OWNERS.txt
LICENSE.TXT
use_lldb_suite_root.py