summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* LLDB cmake fix: define LLDB_CONFIGURATION_xxx based on the build typeLeonard Mosescu2017-10-042-9/+7
* cmake + xcode: prevent gtests from using includes from project rootTim Hammerquist2017-10-0317-37/+36
* [lldb] Fix initialization of m_debug_cu_index_mapAlexander Shaposhnikov2017-10-032-5/+11
* Move install_name_tool to a separate make target.Jason Molenda2017-10-021-1/+3
* Improve FreeBSD kernel debuggingEd Maste2017-10-0211-60/+126
* [lldb-mi] Fix a thinko in my previous commit.Davide Italiano2017-09-301-1/+1
* [lldb-mi] Add a default case to placate GCC with -Werror.Davide Italiano2017-09-301-0/+2
* [ExpressionParser] Prefer isa<> to dyn_cast<>. NFCI.Davide Italiano2017-09-301-2/+1
* Fix Android remote debugging tests running on WindowsEugene Zemtsov2017-09-291-1/+4
* Fix compilation errorEugene Zemtsov2017-09-292-15/+15
* [Expression parser] Setting to enable use of ExternalASTMergerSean Callanan2017-09-2813-116/+588
* Add a few missing newlines in lldb-server messagesStephane Sezer2017-09-281-8/+8
* Revert patch r313904, as it breaks "command source" and in Jim Ingham2017-09-288-121/+22
* Change build-llvm.py and build-lldb-llvm-clang's patching mechanisms toJason Molenda2017-09-272-3/+3
* Add support for running the lldb testsuite against an apple watchJason Molenda2017-09-279-9/+16
* Update the Objective-C runtime interface code to handle objc objectsJason Molenda2017-09-274-12/+180
* Update ABIMacOSX_arm::PrepareTrivialCall to correctly align theJason Molenda2017-09-271-4/+5
* [Expression Parser] Inhibit global lookups for symbols in the IR dynamic checksSean Callanan2017-09-264-105/+76
* Remove the details of the libstdc++ implementation that wereJason Molenda2017-09-252-17/+1
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-2598-165/+517
* Use socketpair on all Unix platformsEugene Zemtsov2017-09-252-16/+46
* Revert "Initial patchset to get the testsuite running against armv7 and arm64...Chris Bieneman2017-09-2588-486/+163
* Implement trampoline step-through for Windows-x86.Stephane Sezer2017-09-221-1/+43
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-2288-163/+486
* Revert this patch; I was emailing with Eugene and they have some other change...Jason Molenda2017-09-2188-486/+163
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-2188-163/+486
* [LLDB] Implement interactive command interruptionAdrian McCarthy2017-09-218-22/+121
* Fix warning caused by new clang::BuiltinType::Float16 added in r312794Ted Woodward2017-09-201-0/+1
* Fix the SIGINT handlersAdrian McCarthy2017-09-202-9/+9
* Signal polling is supported with pselect (re-land r313704 without a Windows b...Eugene Zemtsov2017-09-202-5/+5
* Rollback r313704 because of the Windows build breakEugene Zemtsov2017-09-202-6/+5
* Signal polling is supported with pselectEugene Zemtsov2017-09-202-5/+6
* Re-land r313210 - Fix for bug 34532 - A few rough corners related to post-mor...Adrian McCarthy2017-09-196-5/+100
* Fix build of TaskPoolTest with xcodebuildFrancis Ricci2017-09-191-1/+1
* Use ThreadLauncher to launch TaskPool threadsFrancis Ricci2017-09-199-10/+21
* Revert "Fix for bug 34532 - A few rough corners related to post-mortem debugg...Adrian McCarthy2017-09-186-91/+6
* Revert "Use ThreadLauncher to launch TaskPool threads"Francis Ricci2017-09-181-12/+1
* Use ThreadLauncher to launch TaskPool threadsFrancis Ricci2017-09-181-1/+12
* Fix Linux remote debugging after r313442Tamas Berghammer2017-09-181-1/+2
* Fix compatibility with OpenOCD debug stub.Vadim Chugunov2017-09-162-7/+5
* Check availability of accept4 in C++ instad of C code.Eugene Zemtsov2017-09-161-1/+1
* More precise c library feature detection for Android.Eugene Zemtsov2017-09-163-2/+3
* Resubmit "[lit] Force site configs to run before source-tree configs"Zachary Turner2017-09-152-101/+16
* Remove a couple of warnings pointed out by Ted Woodward.Jim Ingham2017-09-151-5/+11
* Revert "[lit] Force site configs to run before source-tree configs"Zachary Turner2017-09-152-16/+101
* Fix syntax in lldb lit.cfgReid Kleckner2017-09-151-1/+1
* Wire up the breakpoint name help string.Jim Ingham2017-09-157-12/+69
* Mention breakpoint names in the tutorial.Jim Ingham2017-09-141-3/+64
* Remove BreakpointName.h from all targets so it doesn't Jim Ingham2017-09-141-2/+0
* Add new files to the cmake lists.Jim Ingham2017-09-142-0/+3
OpenPOWER on IntegriCloud