summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/NativeThreadLinux.h
AgeCommit message (Expand)Author
2023-03-15Reland "[lldb] Refactor CrashReason"David Spickett
2023-03-15Revert "[lldb] Refactor CrashReason"David Spickett
2023-03-15[lldb] Refactor CrashReasonDavid Spickett
2022-01-13[lldb] [llgs] Implement qXfer:siginfo:readMichał Górny
2021-07-29[lldb][AArch64] Annotate synchronous tag faultsDavid Spickett
2021-04-24[lldb] [Process/Linux] Report fork/vfork stop reasonMichał Górny
2021-04-01Revert "Revert "[LLDB] Arm64/Linux Add MTE and Pointer Authentication registe...Muhammad Omair Javaid
2021-03-31Revert "[LLDB] Arm64/Linux Add MTE and Pointer Authentication registers"Muhammad Omair Javaid
2021-03-30[trace][intel-pt] Implement trace start and trace stopWalter Erquinigo
2021-03-31[LLDB] Arm64/Linux Add MTE and Pointer Authentication registersMuhammad Omair Javaid
2020-05-20Revert "[lldb-server] Reset stop reason of all threads when resuming"Raphael Isemann
2020-05-20[lldb-server] Reset stop reason of all threads when resumingJaroslav Sevcik
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-11Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-11-10Clean up NativeRegisterContextPavel Labath
2017-10-17Remove shared_pointer from NativeThreadProtocolPavel Labath
2017-07-18Clean up lldb-types.hPavel Labath
2017-07-18Remove shared pointer from NativeProcessProtocolPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-02-24Hardware breakpoints for Linux on Arm/AArch64 targetsOmair Javaid
2017-02-16NPL: Fix single step workaroundPavel Labath
2017-01-25NPL: Compartmentalize arm64 single step workaround betterPavel Labath
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-02-23Work around a stepping bug in arm64 android MPavel Labath
2015-08-20[NativeProcessLinux] Fix a bug in instruction-stepping over thread creationPavel Labath
2015-07-23Add jstopinfo support to llgsPavel Labath
2015-05-29Report inferior SIGSEGV as a signal instead of an exception on linuxPavel Labath
2015-05-11[NativeProcessLinux] Remove double thread state accountingPavel Labath
2015-04-23[NativeProcessLinux] Fix race condition during inferior thread creationPavel Labath
2015-03-31Move several plugin to its own namespaceTamas Berghammer
2015-03-22Add missing #include to fix libc++ Linux build.Richard Smith
2015-03-19Report watchpoint hits during single stepping.Chaoren Lin
2015-02-03Implement setting and clearing watchpoints.Chaoren Lin
2015-02-03Moving header files from source/Host/common to proper location.Chaoren Lin
2015-02-03Share crash information between LLGS and local POSIX debugging withChaoren Lin
2014-09-12llgs: fix thread names broken by recent native thread changes.Todd Fiala
2014-09-11llgs: fix Ctrl-C inferior interrupt handling to do the right thing.Todd Fiala
2014-08-28llgs: add proper exec support for Linux.Todd Fiala
2014-06-30Add lldb-gdbserver support for Linux x86_64.Todd Fiala