summaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/RNBRemote.cpp
AgeCommit message (Expand)Author
2020-11-17[debugserver] Add option to propagate SIGSEGV to target processAlessandro Arzilli
2020-10-14Fix typeo in attach failed error message.Jason Molenda
2020-09-03[debugserver] Fix that debugserver's stop reply packets always return signal ...Raphael Isemann
2020-08-04Fix debugserver's qProcessInfo reporting of maccatalyst binariesAdrian Prantl
2020-06-23[debugserver] Initial support for Apple Silicon.Davide Italiano
2020-05-11Quote error string from qLaunchSuccessJason Molenda
2020-04-16Remove attach-failed-due-to-SIP checks which were not workingJason Molenda
2020-02-11Rewrite default "could not attach" msg to point to hintsJason Molenda
2020-02-10Only perform the login_session_has_gui_access on macOSJason Molenda
2020-02-06Except, get the TARGET_OS_OSX check correct.Jason Molenda
2020-02-06Fix my use of the TARGET_OS_OSX TargetConditional.Jason Molenda
2020-02-06Add final description of why attach failed with poss error string.Jason Molenda
2020-02-06Detect attach fail in debugserver due to non-interactiveJason Molenda
2020-02-05Two more small fixes for debugserver attach failure messaging.Jason Molenda
2020-02-04Enhance debugserver's err reporting on attach failsJason Molenda
2020-01-24[lldb/debugserver] Implement hardware breakpoints for x86_64 and i386Jonas Devlieghere
2019-12-04Upstream debugserver arm64e support.Jason Molenda
2019-09-10Fix a thinko in handling the QSetLogging packet.Jim Ingham
2019-08-27Send error message on failed attach from debugerserver.Jason Molenda
2019-08-07Upstream a few small Apple changes to debugserver - arm64_32, CatalystJason Molenda
2019-05-24Fix integer literals which are cast to boolJonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-21[NFC] Replace `compare` with (in)equality operator where applicable.Jonas Devlieghere
2018-12-18Un-conditionalize use of libcompression. debugserver only buildsJason Molenda
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-11-09Remove llvm include from debugserver, change Jason Molenda
2018-11-09Add missing includeAdrian Prantl
2018-11-09Annotate switch with LLVM_FALLTHROUGHAdrian Prantl
2018-06-08Delete some dead codeAlex Langford
2018-05-02Silence compiler warning.Adrian Prantl
2018-04-13Revert "[debugserver] Remove dead function call. NFCI."Davide Italiano
2018-04-13[debugserver] Remove dead function call. NFCI.Davide Italiano
2018-04-06[debugserver] Fix LC_BUILD_VERSION load command handling.Frederic Riss
2018-03-06Upstreaming avx512 register support in debugserver. These changesJason Molenda
2018-01-12When parsing the target.xml register file, if no architecture hasJason Molenda
2017-12-09Change uses of strncpy in debugserver to strlcpyJason Molenda
2017-12-06Fix misc -Wcast-qual warnings, NFCVedant Kumar
2017-12-06Remove no-op function pointer null checks, NFCVedant Kumar
2017-06-29Update default cpu subtype for armv7 processes to armv7k, the mostJason Molenda
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-21Correct the names of some target conditional defines in debugserver.Jason Molenda
2017-01-24Fix the last commit; compression was being enabled on mac nativeJason Molenda
2017-01-24Enable compression capability in debugserver for all of ios/watchos/tvosJason Molenda
2016-09-12Move StdStringExtractor to tools/debugserverPavel Labath
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-29Copy StringExtractor to StdStringExtractor.Zachary Turner
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala