summaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/RNBRemote.cpp
AgeCommit message (Expand)Author
2014-07-01Fix typos.Bruce Mitchener
2014-06-30Add lldb-gdbserver support for Linux x86_64.Todd Fiala
2014-06-27Fix a few typos.Bruce Mitchener
2014-06-25Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham
2014-06-13Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda
2014-05-29iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator app...Greg Clayton
2014-05-19Add support for gdb remote $X stop notification.Todd Fiala
2014-05-07Modify debugserver to follow gdb remote $qC protocol definition.Todd Fiala
2014-05-06Add a simple qSupported packet, fix a bug in decode_binary_data(), Jason Molenda
2014-04-24Fixed an issue where we would try to interrupt a process while it is in the p...Greg Clayton
2014-03-29lldb arm64 import.Jason Molenda
2014-03-28Wait for the reply from the 'D' detach packet before tearing down the debugge...Jim Ingham
2014-03-13Since lldb version doesn’t have to be a valid floating point literal, like ...Todd Fiala
2014-02-21Add support for the qSpeedTest packet so we can test packet speeds and data t...Greg Clayton
2014-02-11Don’t leak memory when reading memory and we do an early return for error c...Greg Clayton
2014-02-11Change RNBRemote::HandlePacket_m() to store the packet on the heapJason Molenda
2014-02-04If we fail to attach, return an error rather than returning the success or fa...Jim Ingham
2013-12-04Switch local launching of debugserver over to always use a FIFO in order to h...Greg Clayton
2013-11-13<rdar://problem/15172417>Greg Clayton
2013-11-09Fixed up registers in debugserver.Greg Clayton
2013-10-05Fix a few errors found when building lldb with newer versions of clang.Jason Molenda
2013-10-01Update RNBRemote to handle the new pseudo_regs field added to DNBRegisterInfoJason Molenda
2013-10-01Add a new qGDBServerVersion packet so lldb can queryJason Molenda
2013-06-25If debugserver fails to interrogate the inferior process CPU typeJason Molenda
2013-06-12Huge performance improvements when one breakpoint contains many locations.Greg Clayton
2013-05-21<rdar://problem/13892516>Greg Clayton
2013-04-03Remove a bit of code duplication in RNBRemote::HandlePacket_qProcessInfo -Jason Molenda
2013-04-03Fix another old usage of GetCurrentThread() to get a mach portJason Molenda
2013-03-23Add two additional DNBLog's in places where we're about to killJason Molenda
2013-03-13Various fixes for armv7 floating point/vector register support.Jason Molenda
2013-03-04<rdar://problem/13338758>Han Ming Ong
2013-02-14<rdar://problem/12693921>Greg Clayton
2013-02-02Added support for the qCmd monitor packet command. Currently it can only do:Greg Clayton
2013-01-23Remove a compile time warning in RNBRemote::HandlePacket_qProcessInfoJason Molenda
2013-01-23Change the container-regs kv pair in the qRegsiterInfoJason Molenda
2013-01-21Changed the register number lists for the qRegisterInfo packet response to be...Greg Clayton
2013-01-21<rdar://problem/13020634>Greg Clayton
2013-01-16<rdar://problem/13019628>Han Ming Ong
2013-01-15Add a few other missing LOG_ types to set_logging() in RNBRemote.cpp;Jason Molenda
2013-01-12Recognize LOG_WATCHPOINTS in the QSetLogging gdb-remote packet.Jason Molenda
2012-12-19<rdar://problem/11961650> Jason Molenda
2012-12-18Add a new qProcessInfo packet to debugserver.Jason Molenda
2012-11-29<rdar://problem/12780259>Han Ming Ong
2012-11-17<rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong
2012-09-18Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton
2012-09-11<rdar://problem/11935492>Greg Clayton
2012-07-25Add a call to "sync" a thread state before checkpointing registers in prepara...Jim Ingham
2012-07-20Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...Jim Ingham
2012-07-17Ran the static analyzer on the codebase and found a few things.Greg Clayton
2012-07-16Fix an off by one error when handling a packet where our read buffer size tru...Jim Ingham