| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | In the questionmark packet ("T"), print the "threads:" and "thread-pcs:" | Jason Molenda | 2016-01-08 | 1 | -30/+30 |
| * | Change the key name for the libdispatch queue serial number from | Jason Molenda | 2016-01-08 | 1 | -2/+2 |
| * | Add a new "thread-pcs" key-value pair to the T packet response from | Jason Molenda | 2015-12-15 | 1 | -0/+36 |
| * | When supplying memory to expedite the unwinds in the T packet, | Jason Molenda | 2015-12-12 | 1 | -1/+1 |
| * | Squelch a silly warning regarding an extra 'default' in 'case' | Ramkumar Ramachandra | 2015-11-03 | 1 | -39/+38 |
| * | [debugserver] Fix OSX build for older XCode versions after r251091. | Dawn Perchik | 2015-10-24 | 1 | -0/+4 |
| * | [debugserver] Fix indentation in RNBRemote.cpp. | Dawn Perchik | 2015-10-24 | 1 | -77/+77 |
| * | Remove some tabs that snuck into debugserver-entitlements.plist, etc. | Jason Molenda | 2015-10-23 | 2 | -14/+12 |
| * | Upstreaming the apple internal changes that accumulated during the | Jason Molenda | 2015-10-23 | 14 | -279/+907 |
| * | [cmake] Fix cmake build on OSX after r250335 for older versions of cmake | Dawn Perchik | 2015-10-22 | 1 | -6/+16 |
| * | Fix codesign command with cmake. | Stephane Sezer | 2015-10-14 | 1 | -1/+1 |
| * | [debugserver,cmake] Add DEPENDS to custom commands. | Bruce Mitchener | 2015-10-09 | 1 | -1/+5 |
| * | Fix typos. | Bruce Mitchener | 2015-09-22 | 1 | -1/+1 |
| * | A partner to the cleanup in r247741, change the variables names in | Jason Molenda | 2015-09-15 | 8 | -560/+449 |
| * | Clean up register naming conventions inside lldb. | Jason Molenda | 2015-09-15 | 1 | -2/+2 |
| * | [cmake] Remove LLVM_NO_RTTI. | Bruce Mitchener | 2015-09-03 | 4 | -8/+0 |
| * | [debugserver] Fix sign comparison warning. | Bruce Mitchener | 2015-09-01 | 2 | -1/+2 |
| * | Use -Wno-vla-extension globally. | Bruce Mitchener | 2015-09-01 | 1 | -6/+0 |
| * | Fix lldb build on older OSX versions after svn commit r244716 | Dawn Perchik | 2015-08-27 | 1 | -0/+2 |
| * | Quiet build warnings on MacOSX. | Greg Clayton | 2015-08-18 | 1 | -2/+2 |
| * | Add missing newline at EOF. | Bruce Mitchener | 2015-08-13 | 1 | -1/+1 |
| * | Remove DNBConfig.h | Bruce Mitchener | 2015-08-13 | 4 | -19/+1 |
| * | Have debugserver send the OS version string plus | Jason Molenda | 2015-08-12 | 5 | -0/+47 |
| * | [debugserver] Fix "control may reach end of non-void function" warnings. | Bruce Mitchener | 2015-08-04 | 2 | -8/+9 |
| * | Fix build of lldb on Mavericks after svn rev.243511. | Dawn Perchik | 2015-07-31 | 1 | -2/+2 |
| * | When debugserver fails to attach to a process on a Darwin | Jason Molenda | 2015-07-29 | 3 | -6/+74 |
| * | Add UNUSED_IF_ASSERT_DISABLED and apply it. | Bruce Mitchener | 2015-07-24 | 7 | -11/+13 |
| * | Fix Mac OS X build, debugserver version handling. | Bruce Mitchener | 2015-07-24 | 2 | -3/+14 |
| * | Fix the variable used to reply to the qGDBServerVersion | Jason Molenda | 2015-07-22 | 1 | -1/+1 |
| * | Don't water JSONGenerator objects down into ObjectSP's too early so that we c... | Greg Clayton | 2015-07-22 | 1 | -31/+31 |
| * | Fix warnings. | Bruce Mitchener | 2015-07-22 | 26 | -63/+98 |
| * | More packet performance improvements. | Greg Clayton | 2015-07-17 | 3 | -48/+60 |
| * | Only include the stack memory for the caller stack | Jason Molenda | 2015-07-16 | 1 | -3/+3 |
| * | Added the ability to get JSON thread stop info with thread ID and stop info o... | Greg Clayton | 2015-07-15 | 2 | -62/+112 |
| * | Fix debugserver build breakage on Mavericks after lldb commit svn 240728 | Dawn Perchik | 2015-07-14 | 1 | -2/+2 |
| * | Add a another packet to the gdb-remote protocol, | Jason Molenda | 2015-07-10 | 6 | -0/+331 |
| * | Fix debugserver build after someone moved StrintExtractor.h. | Greg Clayton | 2015-07-07 | 1 | -1/+1 |
| * | When debugserver is running on an iOS device, call | Jason Molenda | 2015-07-07 | 1 | -0/+3 |
| * | More packet reduction when debugging with GDB server. | Greg Clayton | 2015-06-29 | 1 | -0/+19 |
| * | Use the right ifdef macro, reviewed by Jason | Han Ming Ong | 2015-06-26 | 3 | -6/+6 |
| * | rdar://problem/21469556 | Han Ming Ong | 2015-06-25 | 3 | -17/+44 |
| * | Commit file that was missing 240466. | Greg Clayton | 2015-06-25 | 1 | -0/+490 |
| * | Resubmitting 240466 after fixing the linux test suite failures. | Greg Clayton | 2015-06-25 | 2 | -6/+195 |
| * | Implement the "qSymbol" packet in order to be able to read queue information ... | Greg Clayton | 2015-06-23 | 4 | -11/+382 |
| * | Revert "Reduced packet counts to the remote GDB server where possible." | Chaoren Lin | 2015-06-23 | 3 | -685/+6 |
| * | Reduced packet counts to the remote GDB server where possible. | Greg Clayton | 2015-06-22 | 3 | -6/+685 |
| * | Add a new wart, I mean feature, on to gdb-remote protocol: compression. | Jason Molenda | 2015-06-18 | 2 | -6/+297 |
| * | Fix a variety of typos. | Bruce Mitchener | 2015-06-18 | 1 | -1/+1 |
| * | Make the function that parses the json packets in debugserver | Jason Molenda | 2015-06-04 | 1 | -5/+17 |
| * | Add '+' sign at the end of echo message for debugserver | Ying Chen | 2015-05-29 | 1 | -1/+1 |