aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath1-1/+1
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-4/+4
2017-11-10Clean up NativeRegisterContextPavel Labath1-24/+14
2017-11-09Simplify NativeProcessProtocol::GetArchitecture/GetByteOrderPavel Labath1-5/+1
2017-07-18Remove shared pointer from NativeProcessProtocolPavel Labath1-19/+5
2017-05-12Rename Error -> Status.Zachary Turner1-24/+25
2017-03-17Remove HostThreadLinux/Free/NetBSDPavel Labath1-9/+7
2017-03-03Move Log from Core -> Utility.Zachary Turner1-1/+1
2017-02-24Hardware breakpoints for Linux on Arm/AArch64 targetsOmair Javaid1-0/+44
2017-02-17NPL: Fix one more bug in the single step workaroundPavel Labath1-1/+7
2017-01-25NPL: Compartmentalize arm64 single step workaround betterPavel Labath1-53/+2
2016-11-11Revert unwanted changes in lldb when updating llvm::Error()Mehdi Amini1-4/+4
2016-11-11Make the Error class constructor protectedMehdi Amini1-4/+4
2016-10-06Add bound violation handling for Intel(R) Memory Protection Extensions (Intel...Valentina Giusti1-2/+1
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