summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source
Commit message (Expand)AuthorAgeFilesLines
...
* Removed an unneccesary #if now that debugserver-mini links Foundation.Sean Callanan2017-01-261-2/+0
* Instead of weak-linking against LoggingSupport framework (whichJason Molenda2017-01-261-0/+1
* Link debugserver against Foundation to get access to NSProcessInfo.Sean Callanan2017-01-251-0/+2
* Conditionalized OsLogger.cpp on a modern SDK.Sean Callanan2017-01-251-1/+3
* 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
* Revert part of cleanup to fix a build breakDavid Blaikie2017-01-061-2/+13
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-061-13/+2
* Quiet a warning where we weren't checking if this was the same and rhs.Greg Clayton2016-12-281-1/+2
* Change the timeout in CallBoardSystemServiceOpenApplication to Jason Molenda2016-12-201-1/+1
* [CMake] Refactor LLDB libraries and tools to be componentsChris Bieneman2016-12-151-5/+1
* Increase timeout for Frontboard app launch request from 9 to 20 secondsJason Molenda2016-12-081-1/+1
* Add the ability for the task port to change when a process execs.Greg Clayton2016-09-283-3/+34
* [CMake] Initial support for LLDB.frameworkChris Bieneman2016-09-211-18/+9
* Move StdStringExtractor to tools/debugserverPavel Labath2016-09-125-5/+533
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-06103-33925/+32473
* Fix darwin cmake build for r279997Pavel Labath2016-08-301-1/+1
* Copy StringExtractor to StdStringExtractor.Zachary Turner2016-08-293-16/+16
* Fix warnings preventing copy elision.Pavel Labath2016-08-251-10/+10
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-1935-29/+3527
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-1935-3527/+29
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-1935-29/+3527
* Switch over to using socketpair for local debugserver connections as they are...Greg Clayton2016-08-121-1/+46
* Undo usage of LLVM macros in debugserverTodd Fiala2016-08-101-2/+2
* Delete Host/windows/win32.hZachary Turner2016-08-092-5/+5
* [debugserver] Delete CFData.{h,cpp}, since they appear to be dead (NFCI)Vedant Kumar2016-08-094-114/+0
* [lldb] Delete dead, infinitely-recursive code (NFC)Vedant Kumar2016-08-012-12/+0
* Try to fix the OSX build with old SDK after r274725Tamas Berghammer2016-07-071-2/+12
* debugserver will now report the minimum version load commandJason Molenda2016-07-072-0/+47
* Add support to debugserver for some new ways to interact with dyldJason Molenda2016-07-076-174/+611
* 64-bit LEB values are not always correctly decoded due to a casting issue, no...Greg Clayton2016-06-281-2/+2
* Change the "debugserver-mini" target (a version of debugserverJason Molenda2016-06-211-5/+16
* [cmake] Add ability to customize (and skip) debugserver codesignPavel Labath2016-05-261-23/+25
* Check that __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ is definedJason Molenda2016-05-191-1/+1
* Fix an issue where debugserver would not properly vend OS version information...Enrico Granata2016-05-181-7/+5
* Don't crash when a process' task port goes bad.Greg Clayton2016-05-121-1/+0
* 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-062-2/+0
* debugserver: fix some -Wformat-pedantic warningsSaleem Abdulrasool2016-05-061-16/+7
* debugserver should fflush its log stream in FileLogCallback, now it does.Greg Clayton2016-05-021-2/+3
* Fixed an issue that could cause debugserver to return two stop reply packets ...Greg Clayton2016-04-012-0/+2
* Removed unused functions.Greg Clayton2016-02-242-105/+0
* Add a missing break.Jim Ingham2016-02-101-1/+1
* If we set the DYLD_INSERT_LIBRARIES environment variable when launching debug...Greg Clayton2016-02-091-0/+4
* Remove autoconf support from source directories.Eugene Zelenko2016-01-284-138/+0
* 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-122-38/+20
OpenPOWER on IntegriCloud