summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/NativeProcessProtocol.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael Isemann2020-01-071-2/+2
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-161-0/+2
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-9/+10
* Revert "Revert "Add ReadCStringFromMemory for faster string reads""Antonio Afonso2019-07-231-0/+54
* Revert "Add ReadCStringFromMemory for faster string reads"Antonio Afonso2019-06-251-54/+0
* Add ReadCStringFromMemory for faster string readsAntonio Afonso2019-06-181-0/+54
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix log statement in r346093Pavel Labath2018-11-041-1/+1
* NativeProcessProtocol: Simplify breakpoint setting codePavel Labath2018-11-041-40/+183
* Pull FixupBreakpointPCAsNeeded into base classPavel Labath2018-10-031-0/+62
* Pull GetSoftwareBreakpointPCOffset into base classPavel Labath2018-09-301-0/+23
* NativeProcessProtocol: Sink ReadMemoryWithoutTrap into base classPavel Labath2018-09-131-0/+9
* Speculative fix for NetBSD bot for r341758Pavel Labath2018-09-091-6/+6
* Re-commit "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath2018-09-091-0/+37
* Revert "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath2018-09-081-32/+0
* Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcodePavel Labath2018-09-051-0/+32
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Reapply "Remove Process references from the Host module"Pavel Labath2018-05-151-1/+0
* Revert "Remove Process references from the Host module"Pavel Labath2018-05-141-0/+1
* Remove Process references from the Host modulePavel Labath2018-05-141-1/+0
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-37/+35
* Remove ObjectFile usage from HostLinux::GetProcessInfoPavel Labath2018-01-291-24/+0
* Clean up NativeRegisterContextPavel Labath2017-11-101-10/+3
* Simplify NativeProcessProtocol::GetArchitecture/GetByteOrderPavel Labath2017-11-091-10/+0
* Remove shared_pointer from NativeThreadProtocolPavel Labath2017-10-171-63/+43
* Add a NativeProcessProtocol Factory classPavel Labath2017-07-071-25/+8
* Add pretty-printer for wait(2) statuses and modernize the code handling themPavel Labath2017-06-191-28/+10
* Rename Error -> Status.Zachary Turner2017-05-121-44/+46
* Reuse appropriate Launch and Attach on NetBSDKamil Rytarowski2017-03-221-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Hardware breakpoints for Linux on Arm/AArch64 targetsOmair Javaid2017-02-241-10/+98
* Implement QPassSignals GDB package in lldb-serverPavel Labath2017-02-241-0/+6
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-1/+1
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-368/+313
* [NFC] Darwin llgs support from Week of CodeTodd Fiala2016-09-041-1/+27
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-28/+28
* [NativeProcessLinux] Integrate MainLoopPavel Labath2015-07-211-6/+2
* Revert "[NativeProcessLinux] Integrate MainLoop"Pavel Labath2015-07-161-2/+6
* [NativeProcessLinux] Integrate MainLoopPavel Labath2015-07-151-6/+2
* Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath2015-07-091-0/+22
* Prevent LLGS from crashing when exiting - make NativeProcessLinux to wait un...Oleksiy Vyalov2015-02-191-0/+6
* Fix TestThreadSpecificBreakpoint with LLGSTamas Berghammer2015-02-061-0/+4
* Implement setting and clearing watchpoints.Chaoren Lin2015-02-031-8/+10
* Moving header files from source/Host/common to proper location.Chaoren Lin2015-02-031-4/+4
* llgs: fix Ctrl-C inferior interrupt handling to do the right thing.Todd Fiala2014-09-111-2/+21
* llgs: add proper exec support for Linux.Todd Fiala2014-08-281-0/+15
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-0/+397
OpenPOWER on IntegriCloud