summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix an issue where one could not define a Python command with the same name a...Enrico Granata2016-07-114-2/+56
* Change the /proc/<pid>/maps to not assert on incorrect inputTamas Berghammer2016-07-111-12/+9
* When calling "settings set target.source-map <old-path> <new-path>", make sur...Greg Clayton2016-07-082-14/+70
* Make IsSyntheticChildrenGenerated() virtual so that dynamic and synthetic val...Enrico Granata2016-07-085-2/+46
* Use shell cat command as a workaround if ADB stat cannot lookup a file.Oleksiy Vyalov2016-07-083-14/+86
* Add an API to unwind from a hand-called expression.Jim Ingham2016-07-083-0/+36
* Fix it so that we only grab the typedef from the module DWARF file if the typ...Greg Clayton2016-07-071-24/+36
* Fix DWARF 4 bitfield support in LLDB to support the DW_AT_data_bit_offset att...Greg Clayton2016-07-071-8/+18
* Check whether Sema::CreateBuiltinUnaryOp returns an empty result.Jim Ingham2016-07-071-0/+2
* Add an "experimental" setting to disable injecting local variables into expre...Jim Ingham2016-07-075-9/+90
* Respect ANDROID_SERIAL environment variable used by ADBLuke Drummond2016-07-071-6/+12
* [LLGS] Work around an adb bug on Android <=MPavel Labath2016-07-071-0/+12
* Bump up timeout in TestCallWithTimeoutPavel Labath2016-07-071-2/+2
* Fix for PrintStackTracesRavitheja Addepally2016-07-073-0/+78
* Try to fix the OSX build with old SDK after r274725Tamas Berghammer2016-07-071-2/+12
* Implement GetMemoryRegions() for Linux and Mac OSX core files.Howard Hellyer2016-07-0712-30/+203
* debugserver will now report the minimum version load commandJason Molenda2016-07-072-0/+47
* Add support to debugserver for some new ways to interact with dyldJason Molenda2016-07-077-193/+658
* "frame variable" and "target variable" shouldn't allow us to get the address ...Greg Clayton2016-07-061-14/+18
* LLDB reads incorrect memory ranges when displaying bitfields when reading bit...Greg Clayton2016-07-061-2/+10
* Enhance FuncUnwinders::GetUnwindPlanAtNonCallSite to detect when weJason Molenda2016-07-062-4/+78
* Fix the installation of the vector<bool> data formatters in order to restore ...Enrico Granata2016-07-061-4/+2
* Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthe...Enrico Granata2016-07-0616-82/+199
* Fix ADB client disconnect issues.Oleksiy Vyalov2016-07-064-25/+106
* Add oat symbolization support for odex filesTamas Berghammer2016-07-062-6/+8
OpenPOWER on IntegriCloud