summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* s/Cocoa/Foundation/Enrico Granata2016-07-192-2/+2
* Fix an issue where the libc++ std::list formatter wasn't recognizing the new ...Enrico Granata2016-07-191-2/+26
* Don't check the value of the unset variables on iOSEnrico Granata2016-07-191-6/+5
* Typo corrections identified by codespellEd Maste2016-07-1925-33/+33
* Ignore clang-module-cache directories that may be createdJason Molenda2016-07-191-0/+2
* Add missing headers after header cleanup in r275882.Chaoren Lin2016-07-181-0/+2
* make macOS 'launch in terminal' bring terminal to the front during launchTodd Fiala2016-07-181-0/+1
* Revert "[test] Report error when inferior test processes exit with a non-zero...Pavel Labath2016-07-182-11/+19
* [LLVM][MIPS] Revert support for FRE.Nitesh Jain2016-07-181-2/+4
* [test] Report error when inferior test processes exit with a non-zero codePavel Labath2016-07-182-19/+11
* Implement GetMemoryRegions() for Windows Minidumps and live processes.Howard Hellyer2016-07-182-14/+80
* Refactor (with some rewriting) the DynamicLoaderMacOSX plugin intoJason Molenda2016-07-177-1270/+1537
* Initialize the "is_loaded" local in LoadModuleAtAddress inJason Molenda2016-07-171-1/+1
* Add missing break stmt to DW_CFA_GNU_args_size case.Jason Molenda2016-07-171-0/+1
* Fixed the location of the Swift bindings in the Xcode build.Sean Callanan2016-07-161-1/+1
* Fixes for standalone build:Eugene Zelenko2016-07-151-0/+2
* Fix TestDarwinNSLogOutput for windowsPavel Labath2016-07-151-1/+1
* [NPL] Simplify process launch codePavel Labath2016-07-152-180/+75
* Remember to add the testcase I wrote for r274822.Jim Ingham2016-07-153-0/+102
* adjust one of the NSLog output tests to only run on macOS 10.12+Todd Fiala2016-07-151-0/+7
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-1441-931/+687
* Editing multi-line content in a terminal environment involves a lot ofKate Stone2016-07-142-41/+97
* removed darwin_log.py file from previous check-inTodd Fiala2016-07-141-139/+0
* fix command-line LLDB so NSLog messages show upTodd Fiala2016-07-148-0/+390
* Add support for Objective-C class properties.Greg Clayton2016-07-143-7/+43
* Upgrade all the .arcconfigs to https.Benjamin Kramer2016-07-141-1/+1
* mark newly failing tests as XFAILPavel Labath2016-07-142-2/+6
* [test] [linux] define PR_SET_PTRACER constants if the system does not provide...Pavel Labath2016-07-141-3/+8
* Fix -break-enable/-break-disable commands (MI)Ilia K2016-07-142-23/+48
* Added test for setting breakpoints by basename and fullname.Greg Clayton2016-07-131-0/+67
* Fix a check in the objc trampoline handlerStephane Sezer2016-07-131-1/+1
* Remove comment that isn't needed anymore.Greg Clayton2016-07-131-47/+0
* Centralize the way symbol and functions are looked up by making a Module::Loo...Greg Clayton2016-07-135-273/+311
* Add "support" for DW_CFA_GNU_args_size to the unwinderPavel Labath2016-07-131-0/+20
* Revert r275223, which committed the wrong thing.Sean Callanan2016-07-121-3/+0
* Remove assert since it was crashing the mutli process driver tests. Made the ...Greg Clayton2016-07-121-5/+16
* This doesn't compiler on Darwin. Skipping it.Greg Clayton2016-07-121-0/+1
* Mark TagDecls as having external visible storage, like ContainerDecls.Sean Callanan2016-07-121-0/+3
* Tweaks to the NSIndexPath formatter to enhance stabilityEnrico Granata2016-07-121-89/+118
* Add logging to Linux Host::GetProcessAndStatInfo.Oleksiy Vyalov2016-07-121-4/+16
* Increase "process load" timeoutPavel Labath2016-07-121-0/+1
* [NPL] Increase ETXTBSY workaround sleepPavel Labath2016-07-121-1/+1
* [test] Fix category-based skippingPavel Labath2016-07-121-2/+0
* Fix a race on process exitPavel Labath2016-07-121-8/+0
* Dwarf parser: don't lookup void typedefs in the DWOPavel Labath2016-07-121-1/+1
* Add some safety checks to Platform::GetRemoteSharedModule so if itJason Molenda2016-07-121-2/+18
* Add LLVM build config for BuildAndIntegration.Stephane Sezer2016-07-121-0/+4
* Make ThreadPlanStepInstruction's constructor public.Stephane Sezer2016-07-121-5/+6
* Apply local patches when building llvm on Mac.Stephane Sezer2016-07-121-0/+8
* Fixed a threading race condition where we could crash after calling Debugger:...Greg Clayton2016-07-111-2/+0
OpenPOWER on IntegriCloud