summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/RNBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-20/+0
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [NFC] Replace `compare` with (in)equality operator where applicable.Jonas Devlieghere2018-12-211-7/+7
* Un-conditionalize use of libcompression. debugserver only buildsJason Molenda2018-12-181-58/+52
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-7/+4
* Remove comments after header includes.Jonas Devlieghere2018-11-111-1/+1
* Remove llvm include from debugserver, change Jason Molenda2018-11-091-3/+2
* Add missing includeAdrian Prantl2018-11-091-0/+1
* Annotate switch with LLVM_FALLTHROUGHAdrian Prantl2018-11-091-2/+2
* Delete some dead codeAlex Langford2018-06-081-5/+0
* Silence compiler warning.Adrian Prantl2018-05-021-0/+1
* Revert "[debugserver] Remove dead function call. NFCI."Davide Italiano2018-04-131-0/+3
* [debugserver] Remove dead function call. NFCI.Davide Italiano2018-04-131-3/+0
* [debugserver] Fix LC_BUILD_VERSION load command handling.Frederic Riss2018-04-061-88/+6
* Upstreaming avx512 register support in debugserver. These changesJason Molenda2018-03-061-1/+60
* When parsing the target.xml register file, if no architecture hasJason Molenda2018-01-121-0/+7
* Change uses of strncpy in debugserver to strlcpyJason Molenda2017-12-091-2/+2
* Fix misc -Wcast-qual warnings, NFCVedant Kumar2017-12-061-10/+14
* Remove no-op function pointer null checks, NFCVedant Kumar2017-12-061-27/+21
* Update default cpu subtype for armv7 processes to armv7k, the mostJason Molenda2017-06-291-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Correct the names of some target conditional defines in debugserver.Jason Molenda2017-04-211-1/+1
* Fix the last commit; compression was being enabled on mac nativeJason Molenda2017-01-241-1/+1
* Enable compression capability in debugserver for all of ios/watchos/tvosJason Molenda2017-01-241-6/+1
* Move StdStringExtractor to tools/debugserverPavel Labath2016-09-121-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-5617/+5443
* Copy StringExtractor to StdStringExtractor.Zachary Turner2016-08-291-12/+12
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-19/+248
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-248/+19
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-19/+248
* Undo usage of LLVM macros in debugserverTodd Fiala2016-08-101-2/+2
* Delete Host/windows/win32.hZachary Turner2016-08-091-2/+2
* Add support to debugserver for some new ways to interact with dyldJason Molenda2016-07-071-17/+201
* debugserver; fix -Wunused-local-typedef, -Wunused-variable warningsSaleem Abdulrasool2016-05-061-7/+0
* debugserver: fix a couple of -Wmissing-field-initializers warningsSaleem Abdulrasool2016-05-061-1/+3
* debugserver: fix some -Wpessimizing-move warningsSaleem Abdulrasool2016-05-061-3/+3
* debugserver: fix a few -Wcovered-swift-default warningsSaleem Abdulrasool2016-05-061-1/+0
* Fixed an issue that could cause debugserver to return two stop reply packets ...Greg Clayton2016-04-011-0/+1
* A while back in revison 244716 we added support for getting the host OS versi...Greg Clayton2016-01-281-8/+2
* Fixed some #ifdefs. We were erroneously not supporting certain simulators.Sean Callanan2016-01-201-2/+2
* Changes to lldb and debugserver to reduce extraneous memory readsJason Molenda2016-01-121-38/+19
* In the questionmark packet ("T"), print the "threads:" and "thread-pcs:"Jason Molenda2016-01-081-30/+30
* Change the key name for the libdispatch queue serial number fromJason Molenda2016-01-081-2/+2
* Add a new "thread-pcs" key-value pair to the T packet response fromJason Molenda2015-12-151-0/+36
* When supplying memory to expedite the unwinds in the T packet,Jason Molenda2015-12-121-1/+1
* [debugserver] Fix OSX build for older XCode versions after r251091.Dawn Perchik2015-10-241-0/+4
* [debugserver] Fix indentation in RNBRemote.cpp.Dawn Perchik2015-10-241-77/+77
* Remove some tabs that snuck into debugserver-entitlements.plist, etc.Jason Molenda2015-10-231-2/+0
* Upstreaming the apple internal changes that accumulated during theJason Molenda2015-10-231-6/+241
OpenPOWER on IntegriCloud