summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-87/+103
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-9/+9
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-4/+4
* Split the GDBRemoteCommunication class into three classes:Greg Clayton2011-03-221-9/+9
* Centralize the GDB remote timeout value into the GDBRemoteCommunication as aGreg Clayton2011-03-101-6/+3
* All UnwindPlan objects are now passed around as shared pointers.Greg Clayton2011-02-151-2/+4
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-011-4/+4
* Thread safety changes in debugserver and also in the process GDB remote plugin.Greg Clayton2011-01-181-12/+42
* Put more smarts into the RegisterContext base class. Now the base class hasGreg Clayton2011-01-091-30/+44
* Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton2011-01-061-2/+2
* Updated the lldb_private::Flags class to have better method names and madeGreg Clayton2010-10-271-0/+3
* Make sure to lock down the sequence mutex and select the thread we want when ...Greg Clayton2010-10-071-15/+30
* The first part of an lldb native stack unwinder.Jason Molenda2010-09-101-77/+77
* Remove use of STL collection class use of the "data()" method since it isn'tGreg Clayton2010-07-201-1/+1
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-7/+10
* Initialize member so GDBRemoteRegisterContext::ReadRegisterBytes doesn't rely onBenjamin Kramer2010-06-211-0/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+508
OpenPOWER on IntegriCloud