aboutsummaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/debugserver.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-08-22[lldb][debugserver] update --help to list all the options (#154853)Jason Molenda1-0/+33
2024-10-14[lldb] Remove ASL (Apple System Log) support from debugserver (NFC) (#112260)Jonas Devlieghere1-38/+1
2023-02-15[debugserver] Initialize logging earlier in the startup sequenceAlex Langford1-16/+17
2022-05-18Add a darwin platform setting to specify which exceptions debugserverJim Ingham1-3/+3
2021-07-20Remove the DarwinLog functionality from debguserverJason Molenda1-8/+0
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann1-1/+1
2021-05-12Add some warnings when debugserver is running in translationJason Molenda1-4/+11
2021-01-11Add unconditional logging to debugserver for launch/attach processesJason Molenda1-14/+32
2020-11-17[debugserver] Add option to propagate SIGSEGV to target processAlessandro Arzilli1-6/+16
2020-09-09[debugserver] Extract function for default launch flavorDave Lee1-55/+33
2020-08-03[debugserver] Fix that is_dot_app is producing unused warningsRaphael Isemann1-3/+5
2020-07-30debguserver's type sniffer to only treat .app things that end in .appJason Molenda1-6/+20
2020-07-30[debugserver/Apple Silicon] Handoff connections when attaching to translated ...Davide Italiano1-1/+2
2019-09-27[debugserver] Add --version/-V command line option to debugserver.Jonas Devlieghere1-0/+11
2019-05-24Fix integer literals which are cast to boolJonas Devlieghere1-1/+1
2019-05-23[NFC] Add blank line (test commit)J. Ryan Stinnett1-0/+1
2019-05-14typedef enum -> enumFangrui Song1-2/+2
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-22/+0
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere1-1/+3
2019-02-07Silence fallthrough warnings in debugserver.Adrian Prantl1-1/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-11Remove comments after header includes.Jonas Devlieghere1-3/+1
2017-12-22debugserver: Propagate environment in launch-mode (pr35671)Pavel Labath1-8/+14
2017-12-09Change uses of strncpy in debugserver to strlcpyJason Molenda1-3/+3
2017-06-29Fix some type-based warningsTim Hammerquist1-3/+3
2017-04-26Re-landing IPv6 support for LLDB HostChris Bieneman1-4/+12
2017-04-19Revert yesterdays IPv6 patchesPavel Labath1-12/+4
2017-04-18Update DebugServer to support IPv6 over TCPChris Bieneman1-4/+12
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-1507/+1435
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala1-1/+23
2016-08-19Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala1-23/+1
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala1-1/+23
2016-08-12Switch over to using socketpair for local debugserver connections as they are...Greg Clayton1-1/+46
2016-05-02debugserver should fflush its log stream in FileLogCallback, now it does.Greg Clayton1-2/+3
2016-02-10Add a missing break.Jim Ingham1-1/+1
2016-02-09If we set the DYLD_INSERT_LIBRARIES environment variable when launching debug...Greg Clayton1-0/+4
2015-11-03Squelch a silly warning regarding an extra 'default' in 'case'Ramkumar Ramachandra1-39/+38
2015-10-23Upstreaming the apple internal changes that accumulated during theJason Molenda1-2/+21
2015-07-07When debugserver is running on an iOS device, callJason Molenda1-0/+3
2015-03-09Fix debugserver warnings on MacOSX.Greg Clayton1-6/+6
2015-03-04Fix a thinko in the case where we return a launch error with no errorJim Ingham1-1/+1
2014-07-24Increase the gdb-remote packet timeout for the first packet we sendJason Molenda1-0/+17
2014-06-18Add an option for debugserver to propagate its environment to programs it lau...Greg Clayton1-0/+18
2014-03-29lldb arm64 import.Jason Molenda1-6/+36
2014-03-13Since lldb version doesn’t have to be a valid floating point literal, like ...Todd Fiala1-3/+3
2014-02-27Remove an assertion that was being hit due to slow DNS name lookups on MacOSX...Greg Clayton1-2/+2
2014-02-25Switch debugserver to detach on error by default, and change the flag to kill...Jim Ingham1-5/+10
2014-02-25Allow debugserver to detach from the target if the connection is Jim Ingham1-2/+25
2013-12-10Add the "--unix-socket" opton back as it was being used.Greg Clayton1-8/+90
2013-12-06Replace all in_port_t with uint16_t to avoid compilation issues on different ...Greg Clayton1-1/+1