aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h
AgeCommit message (Expand)AuthorFilesLines
2021-01-15[LLDB] Add per-thread register infos shared pointer in gdb-remoteMuhammad Omair Javaid1-0/+4
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere1-3/+3
2019-05-02gdb-remote: reduce some inclusion of Target/Process.hSaleem Abdulrasool1-1/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-11Remove header grouping comments.Jonas Devlieghere1-4/+0
2017-06-27Move StructuredData from Core to UtilityPavel Labath1-1/+1
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-92/+61
2016-08-19Remove the last manually constructed packet from gdb-remote register context ...Pavel Labath1-2/+1
2016-01-12Changes to lldb and debugserver to reduce extraneous memory readsJason Molenda1-2/+19
2015-12-18The lldb side changes to go along with r255711 where a newJason Molenda1-0/+4
2015-10-24Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko1-16/+12
2015-06-23Implement the "qSymbol" packet in order to be able to read queue information ...Greg Clayton1-1/+14
2015-03-31Move several plugin to its own namespaceTamas Berghammer1-7/+12
2015-03-23Remove virtual and add override to all virtual functions in Process/gdb-remote.Tamas Berghammer1-21/+21
2014-06-13Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda1-0/+4
2014-04-25Missed this file with the r207160 commit.Jason Molenda1-0/+3
2014-03-13Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (se...Jason Molenda1-0/+3
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-0/+3
2013-05-09Changed the formerly pure virtual function:Greg Clayton1-2/+2
2013-05-01<rdar://problem/13700260>Greg Clayton1-4/+1
2012-10-10Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham1-1/+1
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton1-13/+1
2011-08-22Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton1-6/+0
2011-06-03Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread ba...Peter Collingbourne1-6/+0
2011-02-15All UnwindPlan objects are now passed around as shared pointers.Greg Clayton1-1/+1
2011-01-20Back up both the register AND the stop state when calling functions.Jim Ingham1-13/+6
2011-01-09Put more smarts into the RegisterContext base class. Now the base class hasGreg Clayton1-0/+8
2011-01-06Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton1-2/+2
2010-12-17Removed libunwind sources as we aren't using them anymore.Greg Clayton1-1/+0
2010-08-12Now that we are using the Unwinder (or Jason's new unwinder when that comes a...Jim Ingham1-8/+1
2010-08-04Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton1-18/+4
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton1-2/+1
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+156