summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h
AgeCommit message (Expand)Author
2022-01-28[lldb] [gdb-remote] Support getting siginfo via APIMichał Górny
2022-01-28Revert "[lldb] [gdb-remote] Support getting siginfo via API"Michał Górny
2022-01-27[lldb] [gdb-remote] Support getting siginfo via APIMichał Górny
2021-01-15[LLDB] Add per-thread register infos shared pointer in gdb-remoteMuhammad Omair Javaid
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2019-05-02gdb-remote: reduce some inclusion of Target/Process.hSaleem Abdulrasool
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2017-06-27Move StructuredData from Core to UtilityPavel Labath
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-19Remove the last manually constructed packet from gdb-remote register context ...Pavel Labath
2016-01-12Changes to lldb and debugserver to reduce extraneous memory readsJason Molenda
2015-12-18The lldb side changes to go along with r255711 where a newJason Molenda
2015-10-24Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko
2015-06-23Implement the "qSymbol" packet in order to be able to read queue information ...Greg Clayton
2015-03-31Move several plugin to its own namespaceTamas Berghammer
2015-03-23Remove virtual and add override to all virtual functions in Process/gdb-remote.Tamas Berghammer
2014-06-13Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda
2014-04-25Missed this file with the r207160 commit.Jason Molenda
2014-03-13Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (se...Jason Molenda
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda
2013-10-18Move the code which translates a dispatch_qaddr into aJason Molenda
2013-05-09Changed the formerly pure virtual function:Greg Clayton
2013-05-01<rdar://problem/13700260>Greg Clayton
2012-10-10Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton
2011-08-22Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton
2011-06-03Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread ba...Peter Collingbourne
2011-02-15All UnwindPlan objects are now passed around as shared pointers.Greg Clayton
2011-01-20Back up both the register AND the stop state when calling functions.Jim Ingham
2011-01-09Put more smarts into the RegisterContext base class. Now the base class hasGreg Clayton
2011-01-06Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton
2010-12-17Removed libunwind sources as we aren't using them anymore.Greg Clayton
2010-08-12Now that we are using the Unwinder (or Jason's new unwinder when that comes a...Jim Ingham
2010-08-04Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner