aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2016-08-12Merging r277997, r277999 and r278001:Hans Wennborg5-24/+11
2016-08-08Merging r277426:Hans Wennborg4-41/+301
2016-08-08Merging r277343:Hans Wennborg22-229/+401
2016-07-28Update scripts/Xcode/build-llvm.py to use llvm/clang 3.9 branchHans Wennborg1-2/+2
2016-07-18Revert "[test] Report error when inferior test processes exit with a non-zero...Pavel Labath2-11/+19
2016-07-18[LLVM][MIPS] Revert support for FRE.Nitesh Jain1-2/+4
2016-07-18[test] Report error when inferior test processes exit with a non-zero codePavel Labath2-19/+11
2016-07-18Implement GetMemoryRegions() for Windows Minidumps and live processes.Howard Hellyer2-14/+80
2016-07-17Refactor (with some rewriting) the DynamicLoaderMacOSX plugin intoJason Molenda7-1270/+1537
2016-07-17Initialize the "is_loaded" local in LoadModuleAtAddress inJason Molenda1-1/+1
2016-07-17Add missing break stmt to DW_CFA_GNU_args_size case.Jason Molenda1-0/+1
2016-07-16Fixed the location of the Swift bindings in the Xcode build.Sean Callanan1-1/+1
2016-07-15Fixes for standalone build:Eugene Zelenko1-0/+2
2016-07-15Fix TestDarwinNSLogOutput for windowsPavel Labath1-1/+1
2016-07-15[NPL] Simplify process launch codePavel Labath2-180/+75
2016-07-15Remember to add the testcase I wrote for r274822.Jim Ingham3-0/+102
2016-07-15adjust one of the NSLog output tests to only run on macOS 10.12+Todd Fiala1-0/+7
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone41-931/+687
2016-07-14Editing multi-line content in a terminal environment involves a lot ofKate Stone2-41/+97
2016-07-14removed darwin_log.py file from previous check-inTodd Fiala1-139/+0
2016-07-14fix command-line LLDB so NSLog messages show upTodd Fiala8-0/+390
2016-07-14Add support for Objective-C class properties.Greg Clayton3-7/+43
2016-07-14Upgrade all the .arcconfigs to https.Benjamin Kramer1-1/+1
2016-07-14mark newly failing tests as XFAILPavel Labath2-2/+6
2016-07-14[test] [linux] define PR_SET_PTRACER constants if the system does not provide...Pavel Labath1-3/+8
2016-07-14Fix -break-enable/-break-disable commands (MI)Ilia K2-23/+48
2016-07-13Added test for setting breakpoints by basename and fullname.Greg Clayton1-0/+67
2016-07-13Fix a check in the objc trampoline handlerStephane Sezer1-1/+1
2016-07-13Remove comment that isn't needed anymore.Greg Clayton1-47/+0
2016-07-13Centralize the way symbol and functions are looked up by making a Module::Loo...Greg Clayton5-273/+311
2016-07-13Add "support" for DW_CFA_GNU_args_size to the unwinderPavel Labath1-0/+20
2016-07-12Revert r275223, which committed the wrong thing.Sean Callanan1-3/+0
2016-07-12Remove assert since it was crashing the mutli process driver tests. Made the ...Greg Clayton1-5/+16
2016-07-12This doesn't compiler on Darwin. Skipping it.Greg Clayton1-0/+1
2016-07-12Mark TagDecls as having external visible storage, like ContainerDecls.Sean Callanan1-0/+3
2016-07-12Tweaks to the NSIndexPath formatter to enhance stabilityEnrico Granata1-89/+118
2016-07-12Add logging to Linux Host::GetProcessAndStatInfo.Oleksiy Vyalov1-4/+16
2016-07-12Increase "process load" timeoutPavel Labath1-0/+1
2016-07-12[NPL] Increase ETXTBSY workaround sleepPavel Labath1-1/+1
2016-07-12[test] Fix category-based skippingPavel Labath1-2/+0
2016-07-12Fix a race on process exitPavel Labath1-8/+0
2016-07-12Dwarf parser: don't lookup void typedefs in the DWOPavel Labath1-1/+1
2016-07-12Add some safety checks to Platform::GetRemoteSharedModule so if itJason Molenda1-2/+18
2016-07-12Add LLVM build config for BuildAndIntegration.Stephane Sezer1-0/+4
2016-07-12Make ThreadPlanStepInstruction's constructor public.Stephane Sezer1-5/+6
2016-07-12Apply local patches when building llvm on Mac.Stephane Sezer1-0/+8
2016-07-11Fixed a threading race condition where we could crash after calling Debugger:...Greg Clayton1-2/+0
2016-07-11Fix an issue where one could not define a Python command with the same name a...Enrico Granata4-2/+56
2016-07-11Change the /proc/<pid>/maps to not assert on incorrect inputTamas Berghammer1-12/+9
2016-07-08When calling "settings set target.source-map <old-path> <new-path>", make sur...Greg Clayton2-14/+70