aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-96/+68
2016-08-30Revert "gdb-remote: Make the sequence mutex non-recursive"Pavel Labath1-8/+6
2016-08-25gdb-remote: Make the sequence mutex non-recursivePavel Labath1-6/+8
2016-08-19Remove the last manually constructed packet from gdb-remote register context ...Pavel Labath1-2/+2
2016-08-18Move QSyncThreadState packet generation to the gdb-remote clientPavel Labath1-3/+0
2015-12-18The lldb side changes to go along with r255711 where a newJason Molenda1-0/+3
2015-10-24Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko1-16/+3
2015-03-31Move several plugin to its own namespaceTamas Berghammer1-17/+24
2015-03-23Remove virtual and add override to all virtual functions in Process/gdb-remote.Tamas Berghammer1-24/+24
2014-07-02Replace uint32_t by lldb::RegisterKing in register context API.Jean-Daniel Dupas1-1/+1
2013-11-13<rdar://problem/15172417>Greg Clayton1-0/+6
2013-10-17<rdar://problem/14972424>Greg Clayton1-154/+5
2013-10-15<rdar://problem/14972424>Greg Clayton1-0/+3
2013-01-25<rdar://problem/13069948>Greg Clayton1-8/+8
2013-01-25<rdar://problem/13072285> Jason Molenda1-1/+1
2013-01-21<rdar://problem/13020634>Greg Clayton1-3/+46
2012-07-25Add a call to "sync" a thread state before checkpointing registers in prepara...Jim Ingham1-0/+3
2012-05-22rdar://problem/11487457Johnny Chen1-0/+3
2012-05-14Fix missing NEON registers for the 'register read' command with the lldb debu...Johnny Chen1-1/+1
2012-03-02rdar://problem/10652076Johnny Chen1-1/+8
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton1-6/+0
2011-07-06Fixed some issues with ARM backtraces by not processing any push/pop Greg Clayton1-1/+0
2011-05-16Add support for the 'G' packet not being implemented or returning an error.Greg Clayton1-1/+0
2011-05-09While implementing unwind information using UnwindAssemblyInstEmulation I ranGreg Clayton1-9/+14
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton1-8/+11
2011-02-15All UnwindPlan objects are now passed around as shared pointers.Greg Clayton1-1/+1
2011-01-09Put more smarts into the RegisterContext base class. Now the base class hasGreg Clayton1-2/+6
2011-01-06Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton1-1/+1
2010-09-10The first part of an lldb native stack unwinder.Jason Molenda1-0/+1
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+250