aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
AgeCommit message (Expand)AuthorFilesLines
2013-01-18<rdar://problem/12976277>Han Ming Ong1-0/+7
2012-12-19<rdar://problem/11961650> Jason Molenda1-1/+9
2012-12-07More Linux warnings fixes (remove default labels as needed):Daniel Malea1-1/+0
2012-10-13Make sure we always use lldb::tid_t for thread IDs so we don't truncate a 64 ...Greg Clayton1-1/+1
2012-07-25Add a call to "sync" a thread state before checkpointing registers in prepara...Jim Ingham1-0/+4
2012-07-20Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...Jim Ingham1-1/+5
2012-07-13<rdar://problem/11782789> Changes to the watchpoint implementation on ARM so ...Enrico Granata1-0/+7
2012-05-23Add the capability to display the number of supported hardware watchpoints to...Johnny Chen1-0/+6
2012-04-11No functionality changes, mostly cleanup.Greg Clayton1-0/+6
2012-04-10Added a new packet to our GDB remote protocol:Greg Clayton1-0/+4
2012-04-07We sometimes need to be able to call functions (via Process::RunThreadPlan) f...Jim Ingham1-1/+3
2012-03-29<rdar://problem/11052174>Greg Clayton1-1/+6
2011-11-18Added optional calls to lldb_private::Process for getting memory region infoGreg Clayton1-0/+6
2011-05-20Centralize the code that gathers the thread ID list from the remote GDBGreg Clayton1-0/+6
2011-05-15Added the ability to get the return value from a ThreadPlanCallFunctionGreg Clayton1-10/+3
2011-05-14Expand the ABI prepare trivial function call to allow 6 simple args.Greg Clayton1-0/+16
2011-05-08Fixed not being able to launch the i386 slice of a universal binary by addingGreg Clayton1-0/+2
2011-04-12Moved the execution context that was in the Debugger intoGreg Clayton1-9/+66
2011-04-04Added a speed test to the GDBRemoteCommunicationClient and Greg Clayton1-1/+12
2011-03-30Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton1-1/+22
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton1-9/+9
2011-03-24Did a lot more work on abtracting and organizing the platforms. Greg Clayton1-3/+32
2011-03-23Added new platform commands:Greg Clayton1-25/+1
2011-03-22Split the GDBRemoteCommunication class into three classes:Greg Clayton1-0/+268