summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Remove some more uses of Args::GetArgumentAtIndex.Zachary Turner2016-12-096-157/+142
* Calling SBDebugger::CeeateTarget being called on multiple threads was crashin...Greg Clayton2016-12-095-9/+88
* Fix some occurrences of passing StringRef to Printf.Zachary Turner2016-12-093-15/+15
* Modernize the Args access pattern in a few more commands.Zachary Turner2016-12-095-105/+66
* Clean up the new TestInterruptThreadNames test a bit.Jason Molenda2016-12-081-23/+39
* Fixed a crasher that has been borking out heap for a long time. Greg Clayton2016-12-083-4/+5
* When we interrupt a process, it was possible or the thread namesJason Molenda2016-12-084-5/+187
* Increase timeout for Frontboard app launch request from 9 to 20 secondsJason Molenda2016-12-081-1/+1
* Set the address size based on the target's arch insteadJason Molenda2016-12-081-3/+2
* Convert CommandObjectFrame to entry-based Args access.Zachary Turner2016-12-081-37/+22
* Convert CommandObjectCommands to entry-based Args access.Zachary Turner2016-12-081-168/+154
* Work around a bogus warning on MSVC.Zachary Turner2016-12-081-0/+12
* Improve crashlog.py so it can handle more iOS crashlog files.Greg Clayton2016-12-081-0/+11
* Fix an unannotated fallthrough that was causing a warning.Greg Clayton2016-12-071-1/+2
* Fixed DoConnectRemote issues where ProcessKDP wasn't switched over to use the...Greg Clayton2016-12-072-53/+54
* Use Timeout<> in EvaluateExpressionOptions classPavel Labath2016-12-0619-93/+77
* [CMake] Don't add gtest if it is already thereChris Bieneman2016-12-051-1/+1
* [lldb] Update the check for Linux or FreeBSD in SymbolFileDWARF::FindFunctionsAlexander Shaposhnikov2016-12-052-4/+9
* Remove superfluous android includePavel Labath2016-12-051-1/+0
* Remove one more if(__ANDROID_NDK__) I missedPavel Labath2016-12-051-9/+7
* Clean up some use of __ANDROID_NDK__ in the cmake filesPavel Labath2016-12-055-16/+13
* [CMake] Use add_llvm_tool_symlink's OUTPUT_DIR optionChris Bieneman2016-12-051-1/+2
* Update test expectations after AddressSanitizer text descriptions changed in ...Kuba Mracek2016-12-022-2/+2
* Support more report types in AddressSanitizerRuntime.cpp, re-word existing ones.Kuba Mracek2016-12-021-26/+41
* Replace __ANDROID_NDK__ with __ANDROID__Pavel Labath2016-12-0218-37/+25
* Handle empty strings when looking for a CFString's encoding.Sean Callanan2016-12-011-1/+1
* Remove another hack from the android toolchain filePavel Labath2016-12-011-9/+0
* Handle UTF-16 and UTF-32 constant CFStringsSean Callanan2016-12-013-53/+74
* Remove a hack from the Android toolchain filePavel Labath2016-12-011-24/+0
* Use Timeout<> in Process::RunThreadPlanPavel Labath2016-12-011-94/+72
* Add another address to look for the kernel load addr inJason Molenda2016-11-301-1/+3
* PR31214: Make a test tolerate "line 0" when stepping by instruction.Paul Robinson2016-11-301-4/+10
* Fix handling of consecutive slashes in FileSpec::GetNormalizedPath()Pavel Labath2016-11-302-1/+5
* Convert most of the Process class to Timeout<>Pavel Labath2016-11-304-91/+64
* Fix OSX build for r288238Pavel Labath2016-11-301-2/+3
* Use Timeout<> in the Listener classPavel Labath2016-11-3012-160/+125
* Remove a spurious reference to ProcessElfCorePavel Labath2016-11-302-7/+1
* Remove an x86-ism from RegisterInfoInterfacePavel Labath2016-11-306-16/+1
* Add back some of the previous lldb-server dependenciesPavel Labath2016-11-291-0/+5
* Remove some OS-specific plugins from lldb-server dependenciesPavel Labath2016-11-291-29/+0
* Remove assorted other plugins which are not needed by lldb-serverPavel Labath2016-11-291-14/+0
* Remove dynamic loader, platform and ABI plugins from lldb-server dependenciesPavel Labath2016-11-291-27/+0
* Specify the dependencies of lldb-server manuallyPavel Labath2016-11-291-1/+209
* Remove ConnectionSharedMemoryPavel Labath2016-11-294-214/+0
* Fix a typo.Hafiz Abid Qadeer2016-11-291-1/+1
* Remove ConnectionMachPortPavel Labath2016-11-294-345/+0
* [lldb] Fix compilation of SymbolFileDWARF.cpp with ENABLE_DEBUG_PRINTF setAlexander Shaposhnikov2016-11-291-1/+2
* fix up Xcode build for r287916Todd Fiala2016-11-281-12/+6
* Fix floating point register reads x86_64 linux on targets with no AVX supportPavel Labath2016-11-281-3/+14
* XFAIL: TestNoreturnUnwind on android x86_64Pavel Labath2016-11-281-0/+1
OpenPOWER on IntegriCloud