aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-393/+366
2016-08-08Remove SYS_tgkill from Android.hPavel Labath1-1/+1
2016-02-23Work around a stepping bug in arm64 android MPavel Labath1-37/+106
2015-08-24Simplify NativeThreadLinux includesPavel Labath1-4/+1
2015-08-20[NativeProcessLinux] Fix a bug in instruction-stepping over thread creationPavel Labath1-2/+0
2015-08-13[LLDB][MIPS] Handle false positives for MIPS hardware watchpointsJaydeep Patil1-0/+10
2015-08-09Fix for build errors on arm-linux-gnueabi-gccOmair Javaid1-1/+1
2015-07-30[LLDB][MIPS] To handle SI_KERNEL generated for invalid 64 bit addressMohit K. Bhakkad1-10/+13
2015-07-23Add jstopinfo support to llgsPavel Labath1-3/+3
2015-05-29Report inferior SIGSEGV as a signal instead of an exception on linuxPavel Labath1-24/+16
2015-05-26Move register reading form NativeProcessLinux to NativeRegisterContextLinux*Tamas Berghammer1-98/+4
2015-05-11[NativeProcessLinux] Remove double thread state accountingPavel Labath1-0/+34
2015-04-23[NativeProcessLinux] Fix race condition during inferior thread creationPavel Labath1-14/+0
2015-04-16Fix printing of the failure address in NativeThreadLinuxTamas Berghammer1-1/+1
2015-04-14Adds Register Context Linux/POSIX for ARM Architecture Omair Javaid1-0/+12
2015-03-31Move several plugin to its own namespaceTamas Berghammer1-1/+2
2015-03-20Add missing cases to NativeProcessLinux LogThreadStopInfoPavel Labath1-0/+21
2015-03-19Report watchpoint hits during single stepping.Chaoren Lin1-39/+10
2015-03-18Move lldb-log.cpp to core/Logging.cppZachary Turner1-1/+0
2015-03-17Report stopped by trace if none of the watchpoint was hitTamas Berghammer1-17/+32
2015-03-17[MIPS] - Register Context for MIPS64Mohit K. Bhakkad1-0/+15
2015-03-13Create NativeRegisterContext for android-arm64Tamas Berghammer1-1/+7
2015-02-26Can't set watchpoints on launching threads on Linux LLGS.Chaoren Lin1-0/+2
2015-02-19 Prevent LLGS from crashing when exiting - make NativeProcessLinux to wait un...Oleksiy Vyalov1-6/+10
2015-02-16Enable process launching on android from lldb-gdbserverTamas Berghammer1-2/+1
2015-02-03Implement setting and clearing watchpoints.Chaoren Lin1-12/+87
2015-02-03Share crash information between LLGS and local POSIX debugging withChaoren Lin1-39/+30
2015-02-03Fix some bugs in llgs thread state handling.Chaoren Lin1-1/+1
2015-02-03llgs: fix up some handling of stepping.Chaoren Lin1-2/+2
2014-09-16Clean-up warnings on Linux/GCCDavid Majnemer1-0/+1
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/+19
2014-09-09Create a HostThread abstraction.Zachary Turner1-1/+7
2014-08-29lldb - Register Context Linux ARM64Todd Fiala1-0/+5
2014-08-28llgs: add proper exec support for Linux.Todd Fiala1-5/+23
2014-08-27NativeThreadLinux: remove translation of some Linux signals to gdb signals.Todd Fiala1-26/+14
2014-08-20Move Host::GetArchitecture to HostInfo::GetArchitecture.Zachary Turner1-2/+4
2014-06-30Fixup Windows build breaks for the llgs upstream.Todd Fiala1-1/+2
2014-06-30Add lldb-gdbserver support for Linux x86_64.Todd Fiala1-0/+363