summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Re-land "Don't assume backing thread shares protocol ID."Jonas Devlieghere2018-04-135-4/+114
* Prevent deadlock in OS PluginsJonas Devlieghere2018-04-131-32/+39
* [docs] Add LLDB_TEST_USE_CUSTOM_C_COMPILER and LLDB_TEST_USE_CUSTOM_CXX_COMPI...Aaron Smith2018-04-122-2/+5
* Revert "Don't assume backing thread shares protocol ID."Jonas Devlieghere2018-04-125-114/+4
* Don't assume backing thread shares protocol ID.Jonas Devlieghere2018-04-125-4/+114
* [dotest] Fix syntax error and typo.Jonas Devlieghere2018-04-122-2/+2
* [dotest] Use in-tree dsymutil on DarwinJonas Devlieghere2018-04-124-3/+12
* Fix a thinko in CommandObjectMemoryRegion.Jim Ingham2018-04-111-1/+1
* [Target] Remove dead/commented out code. NFC.Davide Italiano2018-04-111-16/+0
* llgs: Send "rich" errors in response to vAttach packetsPavel Labath2018-04-114-11/+29
* Convert an absolute to a group relative reference for TestOptionArgParser.cpp.Jim Ingham2018-04-101-1/+1
* Fix a typo in the gtest build target for Debug configuration.Jim Ingham2018-04-102-4/+1
* Fix the Xcode build for the addition of OptionArgsParser.Jim Ingham2018-04-102-5/+18
* s/LLVM_ON_WIN32/_WIN32/, lldbNico Weber2018-04-1013-21/+19
* Args: replace isprint8 usage with isprintPavel Labath2018-04-101-2/+1
* Move OptionElementVector helper structs from Args to OptionsPavel Labath2018-04-103-16/+17
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-1035-454/+555
* Fix compilation error caused by tgmath.h.Tatyana Krasnukha2018-04-091-1/+1
* [lldb-server] Set a more generous timeout when testing gdbremote.Davide Italiano2018-04-061-1/+1
* Revert "Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWAR...Jan Kratochvil2018-04-068-569/+828
* [debugserver] Fix LC_BUILD_VERSION load command handling.Frederic Riss2018-04-068-169/+246
* [dotest] --skip-category should append and not override.Davide Italiano2018-04-051-1/+1
* One more windows build fixPavel Labath2018-04-051-0/+1
* Fix windows build after r329296Pavel Labath2018-04-052-0/+2
* Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWARFTypeUnitGreg Clayton2018-04-058-828/+569
* Remove unused NativeProcessProtocol.h include from Platform.hPavel Labath2018-04-052-4/+1
* Fix error in QEnableErrorStrings gdb-remote docsPavel Labath2018-04-051-1/+1
* Added a BSD archive tool.Greg Clayton2018-04-021-0/+481
* [Core] Grab-bag of improvements for Scalar.Davide Italiano2018-04-023-332/+166
* Support template template parametersFrederic Riss2018-04-025-2/+78
* [test] Exit lldb-dotest in a more Pythonic way.Jonas Devlieghere2018-04-021-4/+2
* [lldb-dotest] Don't swallow error exit codes.Davide Italiano2018-03-301-1/+3
* NativeThreadProtocol: delete dead codePavel Labath2018-03-292-41/+0
* Prevent double release of mach portsFrederic Riss2018-03-292-4/+0
* Revert r328715. Wasn't wrong, just not the issue.Jim Ingham2018-03-281-1/+0
* Explicitly import subprocessJim Ingham2018-03-281-0/+1
* gdb-remote: Fix checksum verification for messages with escape charsPavel Labath2018-03-284-7/+71
* Use the DWARF linkage name when importing C++ methods.Davide Italiano2018-03-277-8/+78
* [Core] Correctly handle float division in Scalar.Davide Italiano2018-03-272-1/+9
* Add the same new entitlement from r326399 to Jason Molenda2018-03-261-0/+2
* Fix check for verbose logging.Adrian Prantl2018-03-261-3/+2
* Fix TestDisassembleBreakpoint broken by r328488Pavel Labath2018-03-262-33/+22
* Make @skipUnlessSupportedTypeAttribute windows-compatiblePavel Labath2018-03-261-5/+4
* Add and fix some tests for PPC64Pavel Labath2018-03-266-35/+37
* [LLDB][PPC64] Fix TestGdbRemoteAuxvSupportPavel Labath2018-03-261-0/+15
* Add a test for setting the load address of a module with differing physical/v...Pavel Labath2018-03-261-0/+19
* Add support for __attribute__(trivial_abi).Jim Ingham2018-03-235-2/+150
* Remove CommandObjectStats.cpp & CleanUpTest.cpp fromJason Molenda2018-03-231-2/+0
* Put CommandObjectStats.cpp in lldb-core target, remove CommandObjectStats.h f...Jason Molenda2018-03-231-4/+4
* [Commands] Add a (currently empty) `stats` command.Davide Italiano2018-03-235-0/+66
OpenPOWER on IntegriCloud