summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Host/common/NativeProcessProtocol.h
Commit message (Expand)AuthorAgeFilesLines
* Add missing SetID method to fix Windows buildAaron Smith2019-08-141-0/+2
* Revert "Revert "Add ReadCStringFromMemory for faster string reads""Antonio Afonso2019-07-231-0/+25
* Revert "Revert "Implement xfer:libraries-svr4:read packet""Antonio Afonso2019-07-231-0/+14
* Revert "Implement xfer:libraries-svr4:read packet"Pavel Labath2019-07-011-14/+0
* Revert "Add ReadCStringFromMemory for faster string reads"Antonio Afonso2019-06-251-25/+0
* Add ReadCStringFromMemory for faster string readsAntonio Afonso2019-06-181-0/+25
* Implement xfer:libraries-svr4:read packetAntonio Afonso2019-06-181-0/+14
* Add support to read aux vector valuesAntonio Afonso2019-06-111-0/+4
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-52/+0
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-30/+30
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* NativeProcessProtocol: Simplify breakpoint setting codePavel Labath2018-11-041-7/+13
* Pull FixupBreakpointPCAsNeeded into base classPavel Labath2018-10-031-0/+5
* Pull GetSoftwareBreakpointPCOffset into base classPavel Labath2018-09-301-0/+6
* NativeProcessProtocol: Sink ReadMemoryWithoutTrap into base classPavel Labath2018-09-131-2/+2
* Re-commit "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath2018-09-091-4/+2
* Revert "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath2018-09-081-2/+4
* Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcodePavel Labath2018-09-051-4/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-17/+14
* Remove ObjectFile usage from HostLinux::GetProcessInfoPavel Labath2018-01-291-5/+0
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1/+1
* Simplify NativeProcessProtocol::GetArchitecture/GetByteOrderPavel Labath2017-11-091-2/+5
* Remove shared_pointer from NativeThreadProtocolPavel Labath2017-10-171-8/+8
* Remove shared pointer from NativeProcessProtocolPavel Labath2017-07-181-4/+3
* Add a NativeProcessProtocol Factory classPavel Labath2017-07-071-66/+57
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Implementation of Intel(R) Processor Trace support for LinuxRavitheja Addepally2017-06-281-8/+8
* Add pretty-printer for wait(2) statuses and modernize the code handling themPavel Labath2017-06-191-8/+5
* Implementation of remote packets for Trace data.Ravitheja Addepally2017-05-261-1/+104
* Rename Error -> Status.Zachary Turner2017-05-121-41/+41
* Move GetAuxvData from Host to relevant process pluginsPavel Labath2017-03-171-3/+5
* Hardware breakpoints for Linux on Arm/AArch64 targetsOmair Javaid2017-02-241-2/+13
* Implement QPassSignals GDB package in lldb-serverPavel Labath2017-02-241-0/+12
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-401/+331
* [NFC] Darwin llgs support from Week of CodeTodd Fiala2016-09-041-6/+12
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-4/+4
* [NativeProcessLinux] Integrate MainLoopPavel Labath2015-07-211-4/+13
* Revert "[NativeProcessLinux] Integrate MainLoop"Pavel Labath2015-07-161-13/+4
* [NativeProcessLinux] Integrate MainLoopPavel Labath2015-07-151-4/+13
* Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath2015-07-091-3/+56
* Revert r241672, which breaks the OS X build by introducing a dependency onSean Callanan2015-07-081-56/+3
* Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath2015-07-081-3/+56
* Fetch object file load address if it isn't specified by the linkerTamas Berghammer2015-06-181-0/+4
* Remove trap code from disassembly.Chaoren Lin2015-04-291-3/+6
* Fetch module specification from remote process alsoTamas Berghammer2015-03-241-0/+3
* Prevent LLGS from crashing when exiting - make NativeProcessLinux to wait un...Oleksiy Vyalov2015-02-191-0/+4
* Implement setting and clearing watchpoints.Chaoren Lin2015-02-031-0/+5
* Moving header files from source/Host/common to proper location.Chaoren Lin2015-02-031-0/+344
OpenPOWER on IntegriCloud