summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make breakpoint names real entities.Jim Ingham2017-09-1450-607/+2744
* [lit] Force site configs to be run before source-tree configsZachary Turner2017-09-142-101/+16
* Remove uses of std::auto_ptr, it's going away in C++17.Benjamin Kramer2017-09-145-14/+5
* Commands are -d to break modify, not -C.Jim Ingham2017-09-141-1/+1
* Forgot to svn add the test cases for breakpoint auto-continue flag.Jim Ingham2017-09-133-0/+129
* Fix for bug 34532 - A few rough corners related to post-mortem debugging (cor...Adrian McCarthy2017-09-136-6/+91
* [unittests] Another speculative fix for changes introduced in rL313156Vedant Kumar2017-09-131-1/+2
* [unittests] Speculative fix for changes introduced in rL313156Vedant Kumar2017-09-131-1/+3
* Fix test_attach_to_process_from_different_dir_by_id test on WindowsEugene Zemtsov2017-09-131-3/+6
* [lldb] Adjust UpdateExternalModuleListIfNeeded method for the case of *.dwoAlexander Shaposhnikov2017-09-121-1/+23
* Plugins: fix resolution ambiguity in PDB pluginSaleem Abdulrasool2017-09-091-22/+24
* Fix for bug 34510 - Minidump target does not resolve new symbols correctlyAdrian McCarthy2017-09-072-4/+0
* Fix lldb-mi test data_read_memory_bytes_globalTed Woodward2017-09-072-4/+4
* [CMake] Need to set WITH_LOCKDOWN on debugserver targetChris Bieneman2017-09-062-0/+24
* Fix DW_FORM_strp parsingJan Kratochvil2017-09-051-4/+4
* [ABI] Rewrite RegisterIsCalleeSaved.Davide Italiano2017-09-041-46/+11
* [UUID] Reimplement comparison operators more canonically. NFCI.Davide Italiano2017-09-031-8/+4
* [Interpreter] Simplify else after return. NFCI.Davide Italiano2017-09-031-3/+2
* [Core/Value] Remove dead code that hasn't been touched in years. NFC.Davide Italiano2017-09-031-25/+0
* Add test case for attach-by-pid from different cwdEd Maste2017-09-031-0/+24
* FreeBSD: attach to pid from different cwdEd Maste2017-09-031-1/+8
* lldb-mi: -var-update can hang when traversing complex types with pointersTed Woodward2017-08-311-7/+7
* [TypeSystem] Reduce code duplication merging two almost identical functions.Davide Italiano2017-08-311-14/+9
* Now a ppc64le binary is correctly detected:Eugene Zemtsov2017-08-302-0/+5
OpenPOWER on IntegriCloud