hanchenye-llvm-project/lldb
Michał Górny 835f8de850 [lldb] [Process/FreeBSDRemote] Use RegSetKind consistently [NFC]
Use RegSetKind enum for register sets everything, rather than int.
Always spell it as 'RegSetKind', without unnecessary 'enum'.  Add
missing switch case.  While at it, use uint32_t for regnums
consistently.

Differential Revision: https://reviews.llvm.org/D93450
2020-12-17 18:01:46 +01:00
..
bindings [lldb/API] Expose Target::CreateBreakpoint(..., move_to_nearest_code) overload 2020-12-15 06:18:04 +01:00
cmake Fix "Unknown arguments specified" to if in lldb 2020-10-21 07:24:53 -07:00
docs Remove Python2 fallback and only advertise Python3 in the doc 2020-12-17 15:40:16 +01:00
examples [lldb] Remove LLDB session dir and just store test traces in the respective test build directory 2020-12-04 11:43:10 +01:00
include/lldb Revert "[lldb] Make CommandInterpreter's execution context the same as debugger's one." 2020-12-17 17:47:53 +01:00
packages/Python [lldb/test] Change base class of lldb-server tests 2020-12-10 16:21:28 +01:00
resources
scripts [lldb][AArch64/Linux] Show memory tagged memory regions 2020-11-20 11:21:59 +00:00
source [lldb] [Process/FreeBSDRemote] Use RegSetKind consistently [NFC] 2020-12-17 18:01:46 +01:00
test Revert "[lldb] Make CommandInterpreter's execution context the same as debugger's one." 2020-12-17 17:47:53 +01:00
third_party/Python/module
tools [lldb][NFC] Apply performance-faster-string-find (`str.find("X")` -> `str.find('x')`) 2020-12-16 10:53:18 -08:00
unittests [lldb] [unittests] Filter FreeBSD through CMake rather than #ifdef 2020-12-17 13:55:42 +01:00
utils [lldb] Remove LLDB session dir and just store test traces in the respective test build directory 2020-12-04 11:43:10 +01:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [lldb] Enable cmake policy CMP0077 for option() 2020-10-17 00:16:24 -07:00
CODE_OWNERS.txt
LICENSE.TXT
use_lldb_suite_root.py