summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/MacOSX
Commit message (Expand)AuthorAgeFilesLines
* Save more descriptive error msg from FBS/BKS, relay it up to lldb.Jason Molenda2020-01-081-20/+26
* Rewrite comment about what watchpoints Aarch64 supports.Jason Molenda2020-01-071-21/+29
* [lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael Isemann2020-01-073-29/+31
* Upstream debugserver arm64e support.Jason Molenda2019-12-041-4/+92
* [debugserver] Set arch based on TARGET_TRIPLEVedant Kumar2019-11-201-4/+4
* DebugServer: be more lenient about the target tripleSaleem Abdulrasool2019-10-301-1/+5
* build: workaround stale caches (NFC)Saleem Abdulrasool2019-10-291-1/+1
* [debugserver] Detect arch from LLVM_DEFAULT_TARGET_TRIPLEVedant Kumar2019-10-281-3/+17
* Change debugserver to use the brk #0 for breakpoints.Jason Molenda2019-10-101-3/+1
* [debugserver] Include the correct header.Davide Italiano2019-10-071-1/+1
* Upstream macCatalyst support in debugserver and the macOS dynamic loaderAdrian Prantl2019-09-041-9/+15
* Workaround TestConcurrentMany* flakiness in a more pricipled wayFrederic Riss2019-09-041-1/+1
* [debugserver] Switch back to std::once_flagJonas Devlieghere2019-08-221-1/+1
* [lldb] Replace std::once_flag with llvm::once_flag.Davide Italiano2019-08-221-1/+1
* Upstream a few small Apple changes to debugserver - arm64_32, CatalystJason Molenda2019-08-075-26/+115
* [CMake] Folder structure for generated Xcode project to cover more targetsStefan Granitz2019-05-282-0/+4
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-241-1/+1
* Replace assert with static_assert here applicable.Jonas Devlieghere2019-05-151-1/+1
* Mark private unimplemented functions as deletedJonas Devlieghere2019-05-151-2/+2
* typedef enum -> enumFangrui Song2019-05-145-14/+14
* Fix file names in file headers. NFCFangrui Song2019-05-136-6/+6
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-1018-79/+0
* Change the logging on ptrace(PT_KILL) in MachProcess::Kill to logJason Molenda2019-03-201-3/+5
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-2/+2
* [debugserver] Fix IsUserReady thread filteringFrederic Riss2019-03-061-1/+1
* One more fix while I'm looking at this - remove the Jason Molenda2019-02-181-7/+1
* Ah, misunderstood Jonas' feedback - fix this so we'llJason Molenda2019-02-181-1/+2
* Clean up an unused variable warning when building this forJason Molenda2019-02-181-0/+4
* Add some unconditional logging on the failure points when attachingJason Molenda2019-02-153-42/+69
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-132-28/+28
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-112-8/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1957-228/+171
* Simplify Boolean expressionsJonas Devlieghere2018-12-156-24/+14
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Enable listening for EXC_RESOURCE events, and format machJason Molenda2018-11-101-19/+36
* Re-instate a bit of code that was commented out in r188246 whichJason Molenda2018-09-061-2/+2
* Add support for PLATFORM_*SIMULATORFrederic Riss2018-06-151-0/+8
* Typo fixes.Bruce Mitchener2018-05-291-2/+2
* [debugserver] Fix the G packet handling.Frederic Riss2018-04-271-1/+3
* [debugserver] Fix handling of the 'g' packetFrederic Riss2018-04-271-1/+3
* [debugserver] Return 'ios' instead of 'iphoneos' for the ostype.Frederic Riss2018-04-251-2/+2
* [debugserver] Fix LC_BUILD_VERSION load command handling.Frederic Riss2018-04-062-81/+77
* Prevent double release of mach portsFrederic Riss2018-03-291-2/+0
* Upstreaming avx512 register support in debugserver. These changesJason Molenda2018-03-067-22/+1148
* Add ability to collect memory limit.Han Ming Ong2018-02-283-6/+30
* Removed accidentally committed code from previous commit.Han Ming Ong2018-02-271-5/+1
* Got rid of weak imports of libpenergy and libpsample because we are already r...Han Ming Ong2018-02-271-3/+5
* Delete dead code in MachVMMemory.cpp, NFCVedant Kumar2018-02-241-36/+0
* Make use of physical footprint as memory measurement.Han Ming Ong2018-02-013-336/+18
* Change uses of strncpy in debugserver to strlcpyJason Molenda2017-12-091-5/+5
OpenPOWER on IntegriCloud