summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Switch GDBRemoteLog to the new registration mechanismPavel Labath2017-02-171-8/+6
* 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-312/+257
* Remove the last manually constructed packet from gdb-remote register context ...Pavel Labath2016-08-191-2/+2
* Changes to lldb and debugserver to reduce extraneous memory readsJason Molenda2016-01-121-16/+91
* The lldb side changes to go along with r255711 where a newJason Molenda2015-12-181-0/+8
* Refactor Unix signals.Chaoren Lin2015-07-141-2/+2
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-6/+1
* Implement the "qSymbol" packet in order to be able to read queue information ...Greg Clayton2015-06-231-7/+40
* Revert "Reduced packet counts to the remote GDB server where possible."Chaoren Lin2015-06-231-1/+6
* Reduced packet counts to the remote GDB server where possible.Greg Clayton2015-06-221-6/+1
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-2/+3
* Further reduce the header footprint of Process.hZachary Turner2015-03-031-0/+1
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-0/+17
* Add a new SBThread::GetQueue() method to get the queue that is Jason Molenda2014-04-251-0/+16
* Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (se...Jason Molenda2014-03-131-0/+19
* Change the Mac OS X SystemRuntime plugin from using the placeholderJason Molenda2014-02-051-6/+7
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-1/+1
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-1/+1
* Move the code which translates a dispatch_qaddr into aJason Molenda2013-10-181-4/+30
* Fixed detection of 'p' packet support in debugserver,Sean Callanan2013-09-041-1/+1
* Discover support of 'p' packet.Hafiz Abid Qadeer2013-08-291-1/+2
* Changed the formerly pure virtual function:Greg Clayton2013-05-091-45/+7
* Reinstating r181091 and r181106 with fix for Linux regressions.Andrew Kaylor2013-05-071-19/+38
* Temporarily reverting r181091 and r181106 due to the vast test breakage on th...Ashok Thirumurthi2013-05-071-38/+19
* After recent OperatingsSystem plug-in changes, the lldb_private::Process and ...Greg Clayton2013-05-041-19/+38
* <rdar://problem/13700260>Greg Clayton2013-05-011-30/+8
* <rdar://problem/13491977>Greg Clayton2013-04-121-2/+6
* <rdar://problem/13521159>Greg Clayton2013-03-271-1/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* Patch from Matt Kopec <matt.kopec@intel.com> to fix the problem that if two b...Jim Ingham2012-10-161-0/+3
* Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham2012-10-101-3/+3
* Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unl...Jim Ingham2012-09-011-2/+7
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-48/+80
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-1/+1
* Quiet the default "log enable lldb step" output down a little bit.Jim Ingham2011-10-151-1/+1
* SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen2011-10-141-1/+1
* Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton2011-08-221-39/+0
* Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread ba...Peter Collingbourne2011-06-031-26/+0
* Added the ability to get the return value from a ThreadPlanCallFunctionGreg Clayton2011-05-151-1/+0
* Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into theirGreg Clayton2011-05-111-2/+2
* Got the EmulateInstruction CFI code a lot closer to producing CFI data.Greg Clayton2011-04-261-2/+2
* Changed the emulate instruction function to take emulate options whichGreg Clayton2011-04-261-7/+12
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-6/+3
* Centralize the GDB remote timeout value into the GDBRemoteCommunication as aGreg Clayton2011-03-101-1/+1
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-231-1/+2
* All UnwindPlan objects are now passed around as shared pointers.Greg Clayton2011-02-151-4/+5
* Added the ability to detect which vCont packets (using the "vCont?") packetGreg Clayton2011-02-121-5/+5
* Patch from Kirk Beitz to make things compile on MinGW minus the putenv part.Greg Clayton2011-02-091-1/+1
OpenPOWER on IntegriCloud