aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/NativeThreadLinux.h
AgeCommit message (Expand)AuthorFilesLines
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