aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-01-12Changes to lldb and debugserver to reduce extraneous memory readsJason Molenda1-16/+91
2015-12-18The lldb side changes to go along with r255711 where a newJason Molenda1-0/+8
2015-07-14Refactor Unix signals.Chaoren Lin1-2/+2
2015-06-25Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton1-6/+1
2015-06-23Implement the "qSymbol" packet in order to be able to read queue information ...Greg Clayton1-7/+40
2015-06-23Revert "Reduced packet counts to the remote GDB server where possible."Chaoren Lin1-1/+6
2015-06-22Reduced packet counts to the remote GDB server where possible.Greg Clayton1-6/+1
2015-03-31Move several plugin to its own namespaceTamas Berghammer1-2/+3
2015-03-03Further reduce the header footprint of Process.hZachary Turner1-0/+1
2014-06-13Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda1-0/+17
2014-04-25Add a new SBThread::GetQueue() method to get the queue that is Jason Molenda1-0/+16
2014-03-13Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (se...Jason Molenda1-0/+19
2014-02-05Change the Mac OS X SystemRuntime plugin from using the placeholderJason Molenda1-6/+7
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda1-1/+1
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda1-1/+1
2013-10-18Move the code which translates a dispatch_qaddr into aJason Molenda1-4/+30
2013-09-04Fixed detection of 'p' packet support in debugserver,Sean Callanan1-1/+1
2013-08-29Discover support of 'p' packet.Hafiz Abid Qadeer1-1/+2
2013-05-09Changed the formerly pure virtual function:Greg Clayton1-45/+7
2013-05-07Reinstating r181091 and r181106 with fix for Linux regressions.Andrew Kaylor1-19/+38
2013-05-07Temporarily reverting r181091 and r181106 due to the vast test breakage on th...Ashok Thirumurthi1-38/+19
2013-05-04After recent OperatingsSystem plug-in changes, the lldb_private::Process and ...Greg Clayton1-19/+38
2013-05-01<rdar://problem/13700260>Greg Clayton1-30/+8
2013-04-12<rdar://problem/13491977>Greg Clayton1-2/+6
2013-03-27<rdar://problem/13521159>Greg Clayton1-1/+1
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea1-1/+1
2012-10-16Patch from Matt Kopec <matt.kopec@intel.com> to fix the problem that if two b...Jim Ingham1-0/+3
2012-10-10Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham1-3/+3
2012-09-01Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unl...Jim Ingham1-2/+7
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton1-48/+80
2011-10-19Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton1-1/+1
2011-10-15Quiet the default "log enable lldb step" output down a little bit.Jim Ingham1-1/+1
2011-10-14SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen1-1/+1
2011-08-22Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton1-39/+0
2011-06-03Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread ba...Peter Collingbourne1-26/+0
2011-05-15Added the ability to get the return value from a ThreadPlanCallFunctionGreg Clayton1-1/+0
2011-05-11Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into theirGreg Clayton1-2/+2
2011-04-26Got the EmulateInstruction CFI code a lot closer to producing CFI data.Greg Clayton1-2/+2
2011-04-26Changed the emulate instruction function to take emulate options whichGreg Clayton1-7/+12
2011-04-12Moved the execution context that was in the Debugger intoGreg Clayton1-6/+3
2011-03-10Centralize the GDB remote timeout value into the GDBRemoteCommunication as aGreg Clayton1-1/+1
2011-02-23Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton1-1/+2
2011-02-15All UnwindPlan objects are now passed around as shared pointers.Greg Clayton1-4/+5
2011-02-12Added the ability to detect which vCont packets (using the "vCont?") packetGreg Clayton1-5/+5
2011-02-09Patch from Kirk Beitz to make things compile on MinGW minus the putenv part.Greg Clayton1-1/+1
2011-02-08Rework the RunThreadPlan event handling to use Event Hijacking not stopping t...Jim Ingham1-0/+4
2011-02-05Apple specific change from Kirk Beitz.Greg Clayton1-1/+6
2011-01-20Back up both the register AND the stop state when calling functions.Jim Ingham1-2/+1
2011-01-09Put more smarts into the RegisterContext base class. Now the base class hasGreg Clayton1-14/+33
2011-01-06Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton1-10/+11