summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/DNBDefs.h
Commit message (Expand)AuthorAgeFilesLines
* Upstream a few small Apple changes to debugserver - arm64_32, CatalystJason Molenda2019-08-071-0/+1
* typedef enum -> enumFangrui Song2019-05-141-4/+4
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-10/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Upstreaming avx512 register support in debugserver. These changesJason Molenda2018-03-061-10/+10
* Add ability to collect memory limit.Han Ming Ong2018-02-281-0/+2
* Make use of physical footprint as memory measurement.Han Ming Ong2018-02-011-3/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-273/+273
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+1
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-1/+0
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+1
* Upstreaming the apple internal changes that accumulated during theJason Molenda2015-10-231-2/+4
* A partner to the cleanup in r247741, change the variables names inJason Molenda2015-09-151-2/+2
* Add UNUSED_IF_ASSERT_DISABLED and apply it.Bruce Mitchener2015-07-241-0/+2
* Fix a variety of typos.Bruce Mitchener2015-06-181-1/+1
* __arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala2014-07-091-1/+1
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-0/+2
* lldb arm64 import.Jason Molenda2014-03-291-4/+8
* Fixed up registers in debugserver.Greg Clayton2013-11-091-2/+2
* Huge performance improvements when one breakpoint contains many locations.Greg Clayton2013-06-121-7/+0
* <rdar://problem/13963648>Han Ming Ong2013-05-221-0/+1
* <rdar://problem/13892516>Greg Clayton2013-05-211-1/+2
* Removed unused code and an unused event.Greg Clayton2013-05-161-3/+1
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-16/+0
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-0/+2
* <rdar://problem/13338758>Han Ming Ong2013-03-041-0/+17
* Change debugserver from using the mach port number (in debugserver'sJason Molenda2013-02-221-1/+1
* <rdar://problem/13020634>Greg Clayton2013-01-211-0/+2
* <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong2012-11-171-1/+3
* Fixed the C++11 #defines that wrap std::weak_ptr to actually use std::weak_ptr.Greg Clayton2012-04-041-1/+1
* <rdar://problem/10434005>Greg Clayton2012-03-141-0/+14
* Change #ifdef markers around lockdown and SpringBoardJason Molenda2012-02-221-1/+1
* Added optional calls to lldb_private::Process for getting memory region infoGreg Clayton2011-11-181-0/+7
* DNBBreakpoint::SetEnabled() should take a bool, not a uint32_t, as its input ...Johnny Chen2011-09-061-0/+2
* Added generic register numbers for simple ABI argument registers and definedGreg Clayton2011-05-151-0/+8
* Added AVX support to the Intel portion of debugserver. AVXSean Callanan2011-03-221-10/+10
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+331
OpenPOWER on IntegriCloud