summaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/DNBDefs.h
AgeCommit message (Expand)Author
2025-10-02[debugserver] Support for `qMemTags` packet (#160952)Julian Lettner
2024-12-19[lldb][debugserver] Read/write SME registers on arm64 (#119171)Jason Molenda
2023-04-12AArch64 debugserver parse ESR register for watchpointsJason Molenda
2022-05-05Fix debugserver translation checkAlexandre Perez
2021-08-11Add the ability to process save-core stack-memory-only corefilesJason Molenda
2021-06-20Add a corefile style option to process save-core; skinny corefilesJason Molenda
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2020-01-21[debugserver] Delete stale code referencing ppcVedant Kumar
2019-08-07Upstream a few small Apple changes to debugserver - arm64_32, CatalystJason Molenda
2019-05-14typedef enum -> enumFangrui Song
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-03-06Upstreaming avx512 register support in debugserver. These changesJason Molenda
2018-02-28Add ability to collect memory limit.Han Ming Ong
2018-02-01Make use of physical footprint as memory measurement.Han Ming Ong
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala
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
2015-10-23Upstreaming the apple internal changes that accumulated during theJason Molenda
2015-09-15A partner to the cleanup in r247741, change the variables names inJason Molenda
2015-07-24Add UNUSED_IF_ASSERT_DISABLED and apply it.Bruce Mitchener
2015-06-18Fix a variety of typos.Bruce Mitchener
2014-07-09__arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala
2014-06-13Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda
2014-03-29lldb arm64 import.Jason Molenda
2013-11-09Fixed up registers in debugserver.Greg Clayton
2013-06-12Huge performance improvements when one breakpoint contains many locations.Greg Clayton
2013-05-22<rdar://problem/13963648>Han Ming Ong
2013-05-21<rdar://problem/13892516>Greg Clayton
2013-05-16Removed unused code and an unused event.Greg Clayton
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton
2013-03-04<rdar://problem/13338758>Han Ming Ong
2013-02-22Change debugserver from using the mach port number (in debugserver'sJason Molenda
2013-01-21<rdar://problem/13020634>Greg Clayton
2012-11-17<rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong
2012-04-04Fixed the C++11 #defines that wrap std::weak_ptr to actually use std::weak_ptr.Greg Clayton
2012-03-14<rdar://problem/10434005>Greg Clayton
2012-02-22Change #ifdef markers around lockdown and SpringBoardJason Molenda
2011-11-18Added optional calls to lldb_private::Process for getting memory region infoGreg Clayton
2011-09-06DNBBreakpoint::SetEnabled() should take a bool, not a uint32_t, as its input ...Johnny Chen
2011-05-15Added generic register numbers for simple ABI argument registers and definedGreg Clayton
2011-03-22Added AVX support to the Intel portion of debugserver. AVXSean Callanan
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner