summaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/DNB.h
AgeCommit message (Expand)Author
2025-10-02[debugserver] Support for `qMemTags` packet (#160952)Julian Lettner
2024-02-26Change debugserver to report the cpu(sub)type of process, not the host.Adrian Prantl
2023-07-12Improve error messaging when debugserver fails to complete attachingJason Molenda
2023-05-08Add a new report_load_commands option to jGetLoadedDynamicLibrariesInfosJason Molenda
2022-12-13Launch state discoverable in Darwin, use for SafeToCallFunctionsJason Molenda
2022-10-27Handle an unknown binary platform type in debugserverJason Molenda
2022-10-25Change debugserver to clear PAC auth bits manuallyJason Molenda
2022-05-18Add a darwin platform setting to specify which exceptions debugserverJim Ingham
2021-07-20Remove the DarwinLog functionality from debguserverJason Molenda
2021-05-12Add some warnings when debugserver is running in translationJason Molenda
2020-11-17[debugserver] Add option to propagate SIGSEGV to target processAlessandro Arzilli
2020-08-04Fix debugserver's qProcessInfo reporting of maccatalyst binariesAdrian Prantl
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2020-02-04Enhance debugserver's err reporting on attach failsJason Molenda
2019-08-07Upstream a few small Apple changes to debugserver - arm64_32, CatalystJason Molenda
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-04-06[debugserver] Fix LC_BUILD_VERSION load command handling.Frederic Riss
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
2016-07-07Add support to debugserver for some new ways to interact with dyldJason Molenda
2015-08-12Have debugserver send the OS version string plusJason Molenda
2015-07-29When debugserver fails to attach to a process on a DarwinJason Molenda
2015-07-10Add a another packet to the gdb-remote protocol,Jason Molenda
2015-06-23Implement the "qSymbol" packet in order to be able to read queue information ...Greg Clayton
2015-05-26Added XML to the host layer.Greg Clayton
2015-03-09Fix debugserver warnings on MacOSX.Greg Clayton
2014-07-08Fix typos.Bruce Mitchener
2014-06-13Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda
2014-04-24Fixed an issue where we would try to interrupt a process while it is in the p...Greg Clayton
2014-03-29lldb arm64 import.Jason Molenda
2013-11-13<rdar://problem/15172417>Greg Clayton
2013-06-12Huge performance improvements when one breakpoint contains many locations.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-03Fix another old usage of GetCurrentThread() to get a mach portJason Molenda
2013-03-04<rdar://problem/13338758>Han Ming Ong
2013-01-16<rdar://problem/13019628>Han Ming Ong
2012-12-04Get rid of a warning where functions in DNB.h were extern "C" when they don't...Greg Clayton
2012-11-29<rdar://problem/12780259>Han Ming Ong
2012-11-17<rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong
2012-07-25Add a call to "sync" a thread state before checkpointing registers in prepara...Jim Ingham
2012-07-20Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...Jim Ingham
2012-05-23Add the capability to display the number of supported hardware watchpoints to...Johnny Chen
2011-12-12Always return a valid answer for qMemoryRegionInfo if the packet is supported.Greg Clayton
2011-11-18Added optional calls to lldb_private::Process for getting memory region infoGreg Clayton
2011-11-09Remove the QAddressIsExecutable packet I added last night.Jason Molenda
2011-11-08Add "QAddressIsExecutable" packet to debugserver. Used to testJason Molenda