summaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/debugserver.cpp
AgeCommit message (Expand)Author
2025-08-22[lldb][debugserver] update --help to list all the options (#154853)Jason Molenda
2024-10-14[lldb] Remove ASL (Apple System Log) support from debugserver (NFC) (#112260)Jonas Devlieghere
2023-02-15[debugserver] Initialize logging earlier in the startup sequenceAlex Langford
2022-05-18Add a darwin platform setting to specify which exceptions debugserverJim Ingham
2021-07-20Remove the DarwinLog functionality from debguserverJason Molenda
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-05-12Add some warnings when debugserver is running in translationJason Molenda
2021-01-11Add unconditional logging to debugserver for launch/attach processesJason Molenda
2020-11-17[debugserver] Add option to propagate SIGSEGV to target processAlessandro Arzilli
2020-09-09[debugserver] Extract function for default launch flavorDave Lee
2020-08-03[debugserver] Fix that is_dot_app is producing unused warningsRaphael Isemann
2020-07-30debguserver's type sniffer to only treat .app things that end in .appJason Molenda
2020-07-30[debugserver/Apple Silicon] Handoff connections when attaching to translated ...Davide Italiano
2019-09-27[debugserver] Add --version/-V command line option to debugserver.Jonas Devlieghere
2019-05-24Fix integer literals which are cast to boolJonas Devlieghere
2019-05-23[NFC] Add blank line (test commit)J. Ryan Stinnett
2019-05-14typedef enum -> enumFangrui Song
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
2019-02-07Silence fallthrough warnings in debugserver.Adrian Prantl
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove comments after header includes.Jonas Devlieghere
2017-12-22debugserver: Propagate environment in launch-mode (pr35671)Pavel Labath
2017-12-09Change uses of strncpy in debugserver to strlcpyJason Molenda
2017-06-29Fix some type-based warningsTim Hammerquist
2017-04-26Re-landing IPv6 support for LLDB HostChris Bieneman
2017-04-19Revert yesterdays IPv6 patchesPavel Labath
2017-04-18Update DebugServer to support IPv6 over TCPChris Bieneman
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-08-12Switch over to using socketpair for local debugserver connections as they are...Greg Clayton
2016-05-02debugserver should fflush its log stream in FileLogCallback, now it does.Greg Clayton
2016-02-10Add a missing break.Jim Ingham
2016-02-09If we set the DYLD_INSERT_LIBRARIES environment variable when launching debug...Greg Clayton
2015-11-03Squelch a silly warning regarding an extra 'default' in 'case'Ramkumar Ramachandra
2015-10-23Upstreaming the apple internal changes that accumulated during theJason Molenda
2015-07-07When debugserver is running on an iOS device, callJason Molenda
2015-03-09Fix debugserver warnings on MacOSX.Greg Clayton
2015-03-04Fix a thinko in the case where we return a launch error with no errorJim Ingham
2014-07-24Increase the gdb-remote packet timeout for the first packet we sendJason Molenda
2014-06-18Add an option for debugserver to propagate its environment to programs it lau...Greg Clayton
2014-03-29lldb arm64 import.Jason Molenda
2014-03-13Since lldb version doesn’t have to be a valid floating point literal, like ...Todd Fiala
2014-02-27Remove an assertion that was being hit due to slow DNS name lookups on MacOSX...Greg Clayton
2014-02-25Switch debugserver to detach on error by default, and change the flag to kill...Jim Ingham
2014-02-25Allow debugserver to detach from the target if the connection is Jim Ingham
2013-12-10Add the "--unix-socket" opton back as it was being used.Greg Clayton
2013-12-06Replace all in_port_t with uint16_t to avoid compilation issues on different ...Greg Clayton