summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source
Commit message (Expand)AuthorAgeFilesLines
...
* In the questionmark packet ("T"), print the "threads:" and "thread-pcs:"Jason Molenda2016-01-081-30/+30
* Change the key name for the libdispatch queue serial number fromJason Molenda2016-01-081-2/+2
* Add a new "thread-pcs" key-value pair to the T packet response fromJason Molenda2015-12-151-0/+36
* When supplying memory to expedite the unwinds in the T packet,Jason Molenda2015-12-121-1/+1
* Squelch a silly warning regarding an extra 'default' in 'case'Ramkumar Ramachandra2015-11-031-39/+38
* [debugserver] Fix OSX build for older XCode versions after r251091.Dawn Perchik2015-10-241-0/+4
* [debugserver] Fix indentation in RNBRemote.cpp.Dawn Perchik2015-10-241-77/+77
* Remove some tabs that snuck into debugserver-entitlements.plist, etc.Jason Molenda2015-10-232-14/+12
* Upstreaming the apple internal changes that accumulated during theJason Molenda2015-10-2314-279/+907
* [cmake] Fix cmake build on OSX after r250335 for older versions of cmakeDawn Perchik2015-10-221-6/+16
* Fix codesign command with cmake.Stephane Sezer2015-10-141-1/+1
* [debugserver,cmake] Add DEPENDS to custom commands.Bruce Mitchener2015-10-091-1/+5
* Fix typos.Bruce Mitchener2015-09-221-1/+1
* A partner to the cleanup in r247741, change the variables names inJason Molenda2015-09-158-560/+449
* Clean up register naming conventions inside lldb. Jason Molenda2015-09-151-2/+2
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-034-8/+0
* [debugserver] Fix sign comparison warning.Bruce Mitchener2015-09-012-1/+2
* Use -Wno-vla-extension globally.Bruce Mitchener2015-09-011-6/+0
* Fix lldb build on older OSX versions after svn commit r244716Dawn Perchik2015-08-271-0/+2
* Quiet build warnings on MacOSX.Greg Clayton2015-08-181-2/+2
* Add missing newline at EOF.Bruce Mitchener2015-08-131-1/+1
* Remove DNBConfig.hBruce Mitchener2015-08-134-19/+1
* Have debugserver send the OS version string plusJason Molenda2015-08-125-0/+47
* [debugserver] Fix "control may reach end of non-void function" warnings.Bruce Mitchener2015-08-042-8/+9
* Fix build of lldb on Mavericks after svn rev.243511.Dawn Perchik2015-07-311-2/+2
* When debugserver fails to attach to a process on a DarwinJason Molenda2015-07-293-6/+74
* Add UNUSED_IF_ASSERT_DISABLED and apply it.Bruce Mitchener2015-07-247-11/+13
* Fix Mac OS X build, debugserver version handling.Bruce Mitchener2015-07-242-3/+14
* Fix the variable used to reply to the qGDBServerVersionJason Molenda2015-07-221-1/+1
* Don't water JSONGenerator objects down into ObjectSP's too early so that we c...Greg Clayton2015-07-221-31/+31
* Fix warnings.Bruce Mitchener2015-07-2226-63/+98
* More packet performance improvements. Greg Clayton2015-07-173-48/+60
* Only include the stack memory for the caller stackJason Molenda2015-07-161-3/+3
* Added the ability to get JSON thread stop info with thread ID and stop info o...Greg Clayton2015-07-152-62/+112
* Fix debugserver build breakage on Mavericks after lldb commit svn 240728Dawn Perchik2015-07-141-2/+2
* Add a another packet to the gdb-remote protocol,Jason Molenda2015-07-106-0/+331
* Fix debugserver build after someone moved StrintExtractor.h.Greg Clayton2015-07-071-1/+1
* When debugserver is running on an iOS device, callJason Molenda2015-07-071-0/+3
* More packet reduction when debugging with GDB server.Greg Clayton2015-06-291-0/+19
* Use the right ifdef macro, reviewed by JasonHan Ming Ong2015-06-263-6/+6
* rdar://problem/21469556Han Ming Ong2015-06-253-17/+44
* Commit file that was missing 240466.Greg Clayton2015-06-251-0/+490
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-252-6/+195
* Implement the "qSymbol" packet in order to be able to read queue information ...Greg Clayton2015-06-234-11/+382
* Revert "Reduced packet counts to the remote GDB server where possible."Chaoren Lin2015-06-233-685/+6
* Reduced packet counts to the remote GDB server where possible.Greg Clayton2015-06-223-6/+685
* Add a new wart, I mean feature, on to gdb-remote protocol: compression.Jason Molenda2015-06-182-6/+297
* Fix a variety of typos.Bruce Mitchener2015-06-181-1/+1
* Make the function that parses the json packets in debugserverJason Molenda2015-06-041-5/+17
* Add '+' sign at the end of echo message for debugserverYing Chen2015-05-291-1/+1
OpenPOWER on IntegriCloud