summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up NativeRegisterContextPavel Labath2017-11-101-24/+14
* Simplify NativeProcessProtocol::GetArchitecture/GetByteOrderPavel Labath2017-11-091-5/+1
* Remove shared pointer from NativeProcessProtocolPavel Labath2017-07-181-19/+5
* Rename Error -> Status.Zachary Turner2017-05-121-24/+25
* Remove HostThreadLinux/Free/NetBSDPavel Labath2017-03-171-9/+7
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Hardware breakpoints for Linux on Arm/AArch64 targetsOmair Javaid2017-02-241-0/+44
* NPL: Fix one more bug in the single step workaroundPavel Labath2017-02-171-1/+7
* NPL: Compartmentalize arm64 single step workaround betterPavel Labath2017-01-251-53/+2
* Revert unwanted changes in lldb when updating llvm::Error()Mehdi Amini2016-11-111-4/+4
* Make the Error class constructor protectedMehdi Amini2016-11-111-4/+4
* Add bound violation handling for Intel(R) Memory Protection Extensions (Intel...Valentina Giusti2016-10-061-2/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-393/+366
* Remove SYS_tgkill from Android.hPavel Labath2016-08-081-1/+1
* Work around a stepping bug in arm64 android MPavel Labath2016-02-231-37/+106
* Simplify NativeThreadLinux includesPavel Labath2015-08-241-4/+1
* [NativeProcessLinux] Fix a bug in instruction-stepping over thread creationPavel Labath2015-08-201-2/+0
* [LLDB][MIPS] Handle false positives for MIPS hardware watchpointsJaydeep Patil2015-08-131-0/+10
* Fix for build errors on arm-linux-gnueabi-gccOmair Javaid2015-08-091-1/+1
* [LLDB][MIPS] To handle SI_KERNEL generated for invalid 64 bit addressMohit K. Bhakkad2015-07-301-10/+13
* Add jstopinfo support to llgsPavel Labath2015-07-231-3/+3
* Report inferior SIGSEGV as a signal instead of an exception on linuxPavel Labath2015-05-291-24/+16
* Move register reading form NativeProcessLinux to NativeRegisterContextLinux*Tamas Berghammer2015-05-261-98/+4
* [NativeProcessLinux] Remove double thread state accountingPavel Labath2015-05-111-0/+34
* [NativeProcessLinux] Fix race condition during inferior thread creationPavel Labath2015-04-231-14/+0
* Fix printing of the failure address in NativeThreadLinuxTamas Berghammer2015-04-161-1/+1
* Adds Register Context Linux/POSIX for ARM Architecture Omair Javaid2015-04-141-0/+12
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-1/+2
* Add missing cases to NativeProcessLinux LogThreadStopInfoPavel Labath2015-03-201-0/+21
* Report watchpoint hits during single stepping.Chaoren Lin2015-03-191-39/+10
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-1/+0
* Report stopped by trace if none of the watchpoint was hitTamas Berghammer2015-03-171-17/+32
* [MIPS] - Register Context for MIPS64Mohit K. Bhakkad2015-03-171-0/+15
* Create NativeRegisterContext for android-arm64Tamas Berghammer2015-03-131-1/+7
* Can't set watchpoints on launching threads on Linux LLGS.Chaoren Lin2015-02-261-0/+2
* Prevent LLGS from crashing when exiting - make NativeProcessLinux to wait un...Oleksiy Vyalov2015-02-191-6/+10
* Enable process launching on android from lldb-gdbserverTamas Berghammer2015-02-161-2/+1
* Implement setting and clearing watchpoints.Chaoren Lin2015-02-031-12/+87
* Share crash information between LLGS and local POSIX debugging withChaoren Lin2015-02-031-39/+30
* Fix some bugs in llgs thread state handling.Chaoren Lin2015-02-031-1/+1
* llgs: fix up some handling of stepping.Chaoren Lin2015-02-031-2/+2
* Clean-up warnings on Linux/GCCDavid Majnemer2014-09-161-0/+1
* llgs: fix thread names broken by recent native thread changes.Todd Fiala2014-09-121-1/+1
* llgs: fix Ctrl-C inferior interrupt handling to do the right thing.Todd Fiala2014-09-111-0/+19
* Create a HostThread abstraction.Zachary Turner2014-09-091-1/+7
* lldb - Register Context Linux ARM64Todd Fiala2014-08-291-0/+5
* llgs: add proper exec support for Linux.Todd Fiala2014-08-281-5/+23
* NativeThreadLinux: remove translation of some Linux signals to gdb signals.Todd Fiala2014-08-271-26/+14
* Move Host::GetArchitecture to HostInfo::GetArchitecture.Zachary Turner2014-08-201-2/+4
* Fixup Windows build breaks for the llgs upstream.Todd Fiala2014-06-301-1/+2
OpenPOWER on IntegriCloud