summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-5/+3
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-3/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-7/+4
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* [windows] LLDB shows the wrong values when register read is executed at a fra...Stella Stamenova2018-07-101-5/+5
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-18/+16
* Move StringExtractorGDBRemote.h to the include folderPavel Labath2018-03-201-1/+1
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1/+0
* 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
OpenPOWER on IntegriCloud