aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/NativeThreadLinux.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-11-10Clean up NativeRegisterContextPavel Labath1-3/+6
2017-10-17Remove shared_pointer from NativeThreadProtocolPavel Labath1-2/+0
2017-07-18Clean up lldb-types.hPavel Labath1-0/+1
2017-07-18Remove shared pointer from NativeProcessProtocolPavel Labath1-1/+1
2017-05-12Rename Error -> Status.Zachary Turner1-8/+8
2017-02-24Hardware breakpoints for Linux on Arm/AArch64 targetsOmair Javaid1-0/+5
2017-02-16NPL: Fix single step workaroundPavel Labath1-1/+1
2017-01-25NPL: Compartmentalize arm64 single step workaround betterPavel Labath1-7/+2
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-84/+61
2016-02-23Work around a stepping bug in arm64 android MPavel Labath1-4/+24
2015-08-20[NativeProcessLinux] Fix a bug in instruction-stepping over thread creationPavel Labath1-11/+2
2015-07-23Add jstopinfo support to llgsPavel Labath1-4/+1
2015-05-29Report inferior SIGSEGV as a signal instead of an exception on linuxPavel Labath1-1/+1
2015-05-11[NativeProcessLinux] Remove double thread state accountingPavel Labath1-0/+14
2015-04-23[NativeProcessLinux] Fix race condition during inferior thread creationPavel Labath1-3/+0
2015-03-31Move several plugin to its own namespaceTamas Berghammer1-3/+6
2015-03-22Add missing #include to fix libc++ Linux build.Richard Smith1-0/+1
2015-03-19Report watchpoint hits during single stepping.Chaoren Lin1-1/+1
2015-02-03Implement setting and clearing watchpoints.Chaoren Lin1-0/+10
2015-02-03Moving header files from source/Host/common to proper location.Chaoren Lin1-1/+1
2015-02-03Share crash information between LLGS and local POSIX debugging withChaoren Lin1-5/+6
2014-09-12llgs: fix thread names broken by recent native thread changes.Todd Fiala1-1/+1
2014-09-11llgs: fix Ctrl-C inferior interrupt handling to do the right thing.Todd Fiala1-0/+6
2014-08-28llgs: add proper exec support for Linux.Todd Fiala1-0/+3
2014-06-30Add lldb-gdbserver support for Linux x86_64.Todd Fiala1-0/+97