summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Remove platform plugins from lldb-serverPavel Labath2016-06-297-120/+47
* [LLDB][MIPS] Check if libatomic needs to be specified explicitlySagar Thakur2016-06-291-0/+5
* XFAIL tests which fail with gcc on linuxPavel Labath2016-06-293-1/+3
* 64-bit LEB values are not always correctly decoded due to a casting issue, no...Greg Clayton2016-06-283-5/+5
* Process::StopForDetachOrDestroy should actually return an error if it can't s...Jim Ingham2016-06-281-1/+1
* fixits are apparently called fix-its.Jim Ingham2016-06-284-6/+6
* Fixup the "shadow" example command to use the function that takes an executio...Greg Clayton2016-06-281-28/+26
* fix invalid assumption about the executable module in Target::Install()Todd Fiala2016-06-272-1/+2
* Change PlatformDarwinKernel::GetSharedModule to be a little moreJason Molenda2016-06-271-3/+16
* Improve watchpoint error reporting specially for arm/aarch64 targetsOmair Javaid2016-06-273-13/+13
* Allow unaligned byte/word selection watchpoints for arm- linux/android targets.Omair Javaid2016-06-273-3/+45
* Made templates that have Enumeration values as arguments work correctly.Greg Clayton2016-06-2420-44/+158
* Add .i files for SBMemoryRegionInfo and SBMemoryRegionInfoList and also hook ...Greg Clayton2016-06-246-0/+131
* The Objective-C Class type should not be treated as a potential dynamic type,...Enrico Granata2016-06-241-0/+8
* Don't run TestImageListMultiArchitecture during remote test suiteFrancis Ricci2016-06-241-0/+1
* Added a test case for bitfield ivars. It currently fails.Sean Callanan2016-06-242-0/+56
* Fix an issue where LLDB would show the key and value of a single entry NSDict...Enrico Granata2016-06-244-2/+84
* Silence a -Wc++11-narrowing warningDavid Majnemer2016-06-241-1/+1
* Update LLDB for r273647David Majnemer2016-06-241-4/+2
* Fix an issue where the @lldb.command marker would not work with the new 5-arg...Enrico Granata2016-06-244-6/+36
* Handle variadic Objective-C methods from DWARF correctly.Sean Callanan2016-06-245-4/+41
* Don't run the top-level expression test case with -gmodules.Sean Callanan2016-06-231-1/+1
* Added a new python example which installs a command called "shadow". Greg Clayton2016-06-231-0/+59
* fix Xcode build for r273547Todd Fiala2016-06-231-0/+8
* Add MemoryRegionInfo to SB APIHoward Hellyer2016-06-2313-0/+587
* Test commit to verify access, fix typo.Howard Hellyer2016-06-231-1/+1
* [LLDB][MIPS] Fix Emulation of Compact branch and ADDIU instructionsSagar Thakur2016-06-232-32/+33
* Revert r273524, it may have been the cause of a linux testbot failureJason Molenda2016-06-2321-32/+32
* Do some minor renames of "Mac OS X" to "macOS".Jason Molenda2016-06-2321-32/+32
* Don't omit `this' from expression args if it couldn't be read, but warn loudly.Sean Callanan2016-06-221-5/+4
* add code coverage support to Xcode buildTodd Fiala2016-06-211-3/+31
* Fix the use of lldb::eSymbolContextVariable.Greg Clayton2016-06-212-2/+3
* Fix the "Release" build on MacOSX for debugserver. Extra bad include paths we...Greg Clayton2016-06-211-1/+0
* Change the "debugserver-mini" target (a version of debugserverJason Molenda2016-06-213-22/+54
* Fix typo in eOpenOptionDontFollowSymlinksFrancis Ricci2016-06-213-3/+3
* Test that lldb calls the right 'printf' even when a 'printf' method exists.Sean Callanan2016-06-202-0/+25
* Allow installing watchpoints at less than 8-byte alligned addresses for AArch...Omair Javaid2016-06-166-4/+232
* xfail TestWithModuleDebugging.py on macOSTodd Fiala2016-06-161-0/+1
* Set TERM env var for Xcode gtestsTodd Fiala2016-06-151-1/+1
* Allow runtimes to execute custom LLVM ModulePasses over the expression IRLuke Drummond2016-06-153-1/+58
* Add results.xml for macOS lldb unittestsTim Hammerquist2016-06-151-1/+1
* Remove Platform usages from NativeProcessLinuxPavel Labath2016-06-142-145/+33
* [lldb] Fixed race conditions on private state thread exitCameron Desrochers2016-06-142-28/+34
* Add support to PlatformRemoteiOS, PlatformRemoteAppleWatch, andJason Molenda2016-06-143-0/+210
* Add missing #include for linux.Greg Clayton2016-06-101-0/+1
* On MacOSX, the threads can appear out of order at times depending on the orde...Greg Clayton2016-06-103-2/+24
* Fixed C++ template integer parameter types to work correctly when the integer...Greg Clayton2016-06-104-1/+95
* Fixed a few places that were building a regex from an identifier without esca...Greg Clayton2016-06-102-2/+2
* SBThread also had some places where it got the ExecutionContext w/o Jim Ingham2016-06-101-9/+27
* Make all the SBFrame API's take the target lock.Jim Ingham2016-06-101-14/+43
OpenPOWER on IntegriCloud