llvm-project/lldb
Michał Górny 1ff411295f [lldb] Improve debugging 32-bit programs on NetBSD/amd64
Implement detection of ELF binary format, and support for i386 register
context on amd64 when a 32-bit executable is being debugged.  This is
roughly based on the code from Linux.

Differential Revision: https://reviews.llvm.org/D73974
2020-02-07 17:48:33 +01:00
..
bindings [lldb/Bindings] Sort headers in headers.swig 2020-01-28 10:58:07 -08:00
cmake [lldb] removed no longer needed CMakeDependentOption 2020-02-07 09:23:35 +01:00
docs [lldb/Target] Add Assert StackFrame Recognizer 2020-02-06 18:27:48 +01:00
examples [Examples] Move structured-data unpacking out of the loop. (NFC) 2019-11-22 15:43:39 -08:00
include/lldb [lldb/Reproducers] Add missing strings for redirect macro 2020-02-06 14:01:03 -08:00
packages/Python/lldbsuite [lldb/test] Prevent TestFrameRecognizer.py to fail because of internal recognizers (NFC) 2020-02-07 17:35:29 +01:00
resources [CMake] Revised LLDB.framework builds 2019-01-04 12:46:50 +00:00
scripts [lldb/Scripts] Remove swig_bot_lib/__init__.py 2020-01-16 09:15:41 -08:00
source [lldb] Improve debugging 32-bit programs on NetBSD/amd64 2020-02-07 17:48:33 +01:00
test [CMake] Rename EXCLUDE_FROM_ALL and make it an argument to add_lit_testsuite 2020-02-06 15:33:18 -08:00
third_party/Python/module Increase timeout in pexpect to lower chances of tests failing under ASAN. 2019-10-10 16:16:49 +00:00
tools Except, get the TARGET_OS_OSX check correct. 2020-02-06 20:28:40 -08:00
unittests [lldb/Target] Fix `frame recognizer list` crash when registered with nullptr 2020-02-07 17:35:29 +01:00
utils [lldb\utils] Place lldb-repro in a per-configuration directory to support multi-configuration generators 2020-02-06 12:31:57 -08:00
.arcconfig
.clang-format
.gitignore Add .noindex to the gitignore 2019-04-05 17:57:42 +00:00
CMakeLists.txt [lldb/Cmake] Add a CMakeLists.txt to the utils directory... 2020-01-16 22:31:01 -08:00
CODE_OWNERS.txt [lldb][NFC] Cleanup mentions and code related to lldb-mi 2019-07-19 15:55:23 +00:00
LICENSE.TXT Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
use_lldb_suite_root.py