summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
* Cleanup some format string warningsLuke Drummond2016-07-281-13/+9
* Fixed up Xcode build for r276976 and r277011.Todd Fiala2016-07-282-2/+2
* Clean up vestigial remnants of locking primitivesSaleem Abdulrasool2016-07-2824-1022/+225
* Add IR fixups for RenderScript ABI mismatch between ARMV7 frontend and x86 ba...Luke Drummond2016-07-287-3/+588
* Add some logging to the kernel dynamicloader plugin when we fail to readJason Molenda2016-07-281-0/+3
* Fixed "void SBWatchpoint::SetEnabled (bool enabled)" to work properly and add...Greg Clayton2016-07-271-1/+1
* The ARM single-step handling needs to look for breakpoint on the next instruc...Jim Ingham2016-07-261-1/+2
* Check both private & public states to decide if you need to halt before killing.Jim Ingham2016-07-261-1/+4
* Fix incorrect form test in SymbolFileDWARFPavel Labath2016-07-262-1/+2
* Add support for an additional dictionary in the per-arch plistsJason Molenda2016-07-262-0/+113
* DynamicLoaderDarwinKernel will look in four addresses for the kernelJason Molenda2016-07-261-2/+3
* Remove some tab characters that snuck in to my mnost recent edits.Jason Molenda2016-07-222-14/+14
* Support loading files even when incorrect file name specified by the linkerTamas Berghammer2016-07-225-18/+84
* Fixing layout of elf-core file related structuresPavel Labath2016-07-222-39/+39
* Fix a crash when an ELF section symbol have no nameTamas Berghammer2016-07-221-2/+4
* Add support to get the shared cache information from the newJason Molenda2016-07-226-0/+97
* Stop printing double { characters on Dictionary StructuredData objectsJason Molenda2016-07-211-1/+1
* Add check for non-null log instance in PlatformAndroid.Oleksiy Vyalov2016-07-211-1/+1
* Unify process launching code on linuxPavel Labath2016-07-218-381/+261
* Add a new DynamicLoader plugin that uses SPI that are in developmentJason Molenda2016-07-2110-74/+937
* Fix an issue where LLDB would detect an empty shared cache - which is legitim...Enrico Granata2016-07-212-25/+43
* If x/i is followed by x/g, the format should be reset to 'x'.Jim Ingham2016-07-201-4/+22
* Add a default-value bool flag pretty_print to the StructuredData Dump methods.Jason Molenda2016-07-203-27/+53
* Fix an issue where the libc++ std::list formatter wasn't recognizing the new ...Enrico Granata2016-07-191-2/+26
* Typo corrections identified by codespellEd Maste2016-07-1916-22/+22
* 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
* [LLVM][MIPS] Revert support for FRE.Nitesh Jain2016-07-181-2/+4
* Implement GetMemoryRegions() for Windows Minidumps and live processes.Howard Hellyer2016-07-182-14/+80
* Refactor (with some rewriting) the DynamicLoaderMacOSX plugin intoJason Molenda2016-07-175-1269/+1528
* 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
* [NPL] Simplify process launch codePavel Labath2016-07-152-180/+75
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-1436-924/+679
* Editing multi-line content in a terminal environment involves a lot ofKate Stone2016-07-141-37/+81
* fix command-line LLDB so NSLog messages show upTodd Fiala2016-07-143-0/+69
* Add support for Objective-C class properties.Greg Clayton2016-07-141-7/+16
* Fix a check in the objc trampoline handlerStephane Sezer2016-07-131-1/+1
* Centralize the way symbol and functions are looked up by making a Module::Loo...Greg Clayton2016-07-133-246/+224
* Add "support" for DW_CFA_GNU_args_size to the unwinderPavel Labath2016-07-131-0/+20
* Remove assert since it was crashing the mutli process driver tests. Made the ...Greg Clayton2016-07-121-5/+16
* 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
* 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
* 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-111-2/+7
OpenPOWER on IntegriCloud