summaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/RNBRemote.cpp
AgeCommit message (Expand)Author
2016-08-19Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala
2016-08-10Undo usage of LLVM macros in debugserverTodd Fiala
2016-08-09Delete Host/windows/win32.hZachary Turner
2016-07-07Add support to debugserver for some new ways to interact with dyldJason Molenda
2016-05-06debugserver; fix -Wunused-local-typedef, -Wunused-variable warningsSaleem Abdulrasool
2016-05-06debugserver: fix a couple of -Wmissing-field-initializers warningsSaleem Abdulrasool
2016-05-06debugserver: fix some -Wpessimizing-move warningsSaleem Abdulrasool
2016-05-06debugserver: fix a few -Wcovered-swift-default warningsSaleem Abdulrasool
2016-04-01Fixed an issue that could cause debugserver to return two stop reply packets ...Greg Clayton
2016-01-28A while back in revison 244716 we added support for getting the host OS versi...Greg Clayton
2016-01-20Fixed some #ifdefs. We were erroneously not supporting certain simulators.Sean Callanan
2016-01-12Changes to lldb and debugserver to reduce extraneous memory readsJason Molenda
2016-01-08In the questionmark packet ("T"), print the "threads:" and "thread-pcs:"Jason Molenda
2016-01-08Change the key name for the libdispatch queue serial number fromJason Molenda
2015-12-15Add a new "thread-pcs" key-value pair to the T packet response fromJason Molenda
2015-12-12When supplying memory to expedite the unwinds in the T packet,Jason Molenda
2015-10-24[debugserver] Fix OSX build for older XCode versions after r251091.Dawn Perchik
2015-10-24[debugserver] Fix indentation in RNBRemote.cpp.Dawn Perchik
2015-10-23Remove some tabs that snuck into debugserver-entitlements.plist, etc.Jason Molenda
2015-10-23Upstreaming the apple internal changes that accumulated during theJason Molenda
2015-09-22Fix typos.Bruce Mitchener
2015-09-15A partner to the cleanup in r247741, change the variables names inJason Molenda
2015-09-15Clean up register naming conventions inside lldb. Jason Molenda
2015-08-12Have debugserver send the OS version string plusJason Molenda
2015-07-31Fix build of lldb on Mavericks after svn rev.243511.Dawn Perchik
2015-07-29When debugserver fails to attach to a process on a DarwinJason Molenda
2015-07-22Fix the variable used to reply to the qGDBServerVersionJason Molenda
2015-07-22Fix warnings.Bruce Mitchener
2015-07-17More packet performance improvements. Greg Clayton
2015-07-16Only include the stack memory for the caller stackJason Molenda
2015-07-15Added the ability to get JSON thread stop info with thread ID and stop info o...Greg Clayton
2015-07-10Add a another packet to the gdb-remote protocol,Jason Molenda
2015-07-07Fix debugserver build after someone moved StrintExtractor.h.Greg Clayton
2015-06-29More packet reduction when debugging with GDB server.Greg Clayton
2015-06-25Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton
2015-06-23Implement the "qSymbol" packet in order to be able to read queue information ...Greg Clayton
2015-06-23Revert "Reduced packet counts to the remote GDB server where possible."Chaoren Lin
2015-06-22Reduced packet counts to the remote GDB server where possible.Greg Clayton
2015-06-18Add a new wart, I mean feature, on to gdb-remote protocol: compression.Jason Molenda
2015-06-04Make the function that parses the json packets in debugserverJason Molenda
2015-05-29Add '+' sign at the end of echo message for debugserverYing Chen
2015-05-29Add a new "qEcho" packet with the following format:Greg Clayton
2015-05-26Added XML to the host layer.Greg Clayton
2015-05-07qProcessInfo was not correctly detecting the sysctl value for "hw.cpu64bit_ca...Greg Clayton
2015-03-09Fix debugserver warnings on MacOSX.Greg Clayton
2014-10-15Fix unused-variable warnings from the clang static analyzer.Jason Molenda
2014-07-24Increase the gdb-remote packet timeout for the first packet we sendJason Molenda
2014-07-09__arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala
2014-07-08Make sure that qProcessInfo packet returns correct cpu type/subtype for proce...Greg Clayton