summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/NativeThreadLinux.h
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-8/+0
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Clean up NativeRegisterContextPavel Labath2017-11-101-3/+6
* Remove shared_pointer from NativeThreadProtocolPavel Labath2017-10-171-2/+0
* Clean up lldb-types.hPavel Labath2017-07-181-0/+1
* Remove shared pointer from NativeProcessProtocolPavel Labath2017-07-181-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-8/+8
* Hardware breakpoints for Linux on Arm/AArch64 targetsOmair Javaid2017-02-241-0/+5
* NPL: Fix single step workaroundPavel Labath2017-02-161-1/+1
* NPL: Compartmentalize arm64 single step workaround betterPavel Labath2017-01-251-7/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-84/+61
* Work around a stepping bug in arm64 android MPavel Labath2016-02-231-4/+24
* [NativeProcessLinux] Fix a bug in instruction-stepping over thread creationPavel Labath2015-08-201-11/+2
* Add jstopinfo support to llgsPavel Labath2015-07-231-4/+1
* Report inferior SIGSEGV as a signal instead of an exception on linuxPavel Labath2015-05-291-1/+1
* [NativeProcessLinux] Remove double thread state accountingPavel Labath2015-05-111-0/+14
* [NativeProcessLinux] Fix race condition during inferior thread creationPavel Labath2015-04-231-3/+0
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-3/+6
* Add missing #include to fix libc++ Linux build.Richard Smith2015-03-221-0/+1
* Report watchpoint hits during single stepping.Chaoren Lin2015-03-191-1/+1
* Implement setting and clearing watchpoints.Chaoren Lin2015-02-031-0/+10
* Moving header files from source/Host/common to proper location.Chaoren Lin2015-02-031-1/+1
* Share crash information between LLGS and local POSIX debugging withChaoren Lin2015-02-031-5/+6
* 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/+6
* llgs: add proper exec support for Linux.Todd Fiala2014-08-281-0/+3
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-0/+97
OpenPOWER on IntegriCloud