summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h
Commit message (Expand)AuthorAgeFilesLines
* gdb-remote: reduce some inclusion of Target/Process.hSaleem Abdulrasool2019-05-021-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Move StructuredData from Core to UtilityPavel Labath2017-06-271-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-92/+61
* Remove the last manually constructed packet from gdb-remote register context ...Pavel Labath2016-08-191-2/+1
* Changes to lldb and debugserver to reduce extraneous memory readsJason Molenda2016-01-121-2/+19
* The lldb side changes to go along with r255711 where a newJason Molenda2015-12-181-0/+4
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-241-16/+12
* Implement the "qSymbol" packet in order to be able to read queue information ...Greg Clayton2015-06-231-1/+14
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-7/+12
* Remove virtual and add override to all virtual functions in Process/gdb-remote.Tamas Berghammer2015-03-231-21/+21
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-0/+4
* Missed this file with the r207160 commit.Jason Molenda2014-04-251-0/+3
* Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (se...Jason Molenda2014-03-131-0/+3
* 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-0/+3
* Changed the formerly pure virtual function:Greg Clayton2013-05-091-2/+2
* <rdar://problem/13700260>Greg Clayton2013-05-011-4/+1
* Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham2012-10-101-1/+1
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-13/+1
* Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton2011-08-221-6/+0
* Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread ba...Peter Collingbourne2011-06-031-6/+0
* All UnwindPlan objects are now passed around as shared pointers.Greg Clayton2011-02-151-1/+1
* Back up both the register AND the stop state when calling functions.Jim Ingham2011-01-201-13/+6
* Put more smarts into the RegisterContext base class. Now the base class hasGreg Clayton2011-01-091-0/+8
* Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton2011-01-061-2/+2
* Removed libunwind sources as we aren't using them anymore.Greg Clayton2010-12-171-1/+0
* Now that we are using the Unwinder (or Jason's new unwinder when that comes a...Jim Ingham2010-08-121-8/+1
* Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton2010-08-041-18/+4
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-2/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+156
OpenPOWER on IntegriCloud