summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/DNB.cpp
Commit message (Expand)AuthorAgeFilesLines
* Upstream debugserver arm64e support.Jason Molenda2019-12-041-0/+2
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-161-1/+2
* Upstream a few small Apple changes to debugserver - arm64_32, CatalystJason Molenda2019-08-071-0/+6
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-241-2/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-54/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [debugserver] Fix LC_BUILD_VERSION load command handling.Frederic Riss2018-04-061-0/+15
* Change uses of strncpy in debugserver to strlcpyJason Molenda2017-12-091-3/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1616/+1371
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+7
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-7/+0
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+7
* Add support to debugserver for some new ways to interact with dyldJason Molenda2016-07-071-0/+33
* debugserver: fix some -Wformat-pedantic warningsSaleem Abdulrasool2016-05-061-16/+7
* Upstreaming the apple internal changes that accumulated during theJason Molenda2015-10-231-2/+2
* Have debugserver send the OS version string plusJason Molenda2015-08-121-0/+6
* When debugserver fails to attach to a process on a DarwinJason Molenda2015-07-291-0/+13
* Add UNUSED_IF_ASSERT_DISABLED and apply it.Bruce Mitchener2015-07-241-2/+2
* Fix warnings.Bruce Mitchener2015-07-221-0/+2
* Add a another packet to the gdb-remote protocol,Jason Molenda2015-07-101-0/+12
* Implement the "qSymbol" packet in order to be able to read queue information ...Greg Clayton2015-06-231-0/+80
* Added XML to the host layer.Greg Clayton2015-05-261-0/+6
* Fix debugserver warnings on MacOSX.Greg Clayton2015-03-091-519/+13
* Fix unused-variable warnings from the clang static analyzer.Jason Molenda2014-10-151-4/+0
* Increase the gdb-remote packet timeout for the first packet we sendJason Molenda2014-07-241-0/+32
* __arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala2014-07-091-2/+2
* Fix typos.Bruce Mitchener2014-07-081-3/+3
* Revert the debugserver part of r211868. While formally a fine change, debugs...Jim Ingham2014-06-271-2/+1
* lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool2014-06-271-1/+2
* Rework fix in r201744. You really DO need to waitpid twice to get theJim Ingham2014-06-241-1/+1
* Those were not the right defines for memory errors, and the right defines aren'tJim Ingham2014-06-171-8/+1
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-0/+69
* Report the result of waitpid() a little more clearly as well as clearly loggi...Greg Clayton2014-04-301-13/+55
* Fixed an issue where we would try to interrupt a process while it is in the p...Greg Clayton2014-04-241-0/+10
* lldb arm64 import.Jason Molenda2014-03-291-3/+147
* Allow debugserver to detach from the target if the connection is Jim Ingham2014-02-251-0/+4
* Add support for Haswell on x86_64.Greg Clayton2014-01-221-1/+1
* <rdar://problem/15172417>Greg Clayton2013-11-131-0/+25
* Fix a few errors found when building lldb with newer versions of clang.Jason Molenda2013-10-051-3/+4
* <rdar://problem/14195566>Greg Clayton2013-06-271-3/+3
* Huge performance improvements when one breakpoint contains many locations.Greg Clayton2013-06-121-194/+11
* Removed unused code and an unused event.Greg Clayton2013-05-161-9/+0
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Fix another old usage of GetCurrentThread() to get a mach portJason Molenda2013-04-031-0/+12
* <rdar://problem/13338758>Han Ming Ong2013-03-041-4/+4
* Change debugserver from using the mach port number (in debugserver'sJason Molenda2013-02-221-1/+2
* <rdar://problem/13019628>Han Ming Ong2013-01-161-2/+2
* <rdar://problem/12602653> Jason Molenda2013-01-051-0/+1
* <rdar://problem/12780259>Han Ming Ong2012-11-291-4/+4
* Follow up on <rdar://12720514>. Removed commented out code.Han Ming Ong2012-11-171-10/+0
OpenPOWER on IntegriCloud