summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
* Add a missing break statementPavel Labath2017-02-031-0/+1
* Fix incorrect logging in ThreadPlan::ShouldReportStopPavel Labath2017-02-031-5/+2
* Use LLDB_LOG in NativeRegisterContextLinux*** filesPavel Labath2017-02-034-182/+79
* Push down more common code into PlatformPOSIXPavel Labath2017-02-0312-226/+51
* Fix mac build breakage due to StringStream movePavel Labath2017-02-021-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-02404-564/+565
* Unify PlatformPOSIX::ResolveExecutablePavel Labath2017-02-0212-563/+143
* Add logging to SBThread::GetInfoItemByPathAsString toJason Molenda2017-02-021-2/+2
* Break some dependencies in lldbUtility.Zachary Turner2017-02-0121-1294/+1010
* Fix android build of the new process launcherPavel Labath2017-02-011-0/+1
* Document that LaunchProcessPosixSpawn is used on NetBSDKamil Rytarowski2017-02-011-1/+1
* Transform ProcessLauncherLinux to ProcessLauncherPosixForkKamil Rytarowski2017-02-015-232/+238
* Open ELF core dumps with more than 64K sectionsPavel Labath2017-01-314-8/+94
* [CMake] [4/4] Update a batch of pluginsChris Bieneman2017-01-3111-16/+93
* [CMake] [3/4] Update a batch of pluginsChris Bieneman2017-01-3121-21/+210
* [CMake] [2/4] Update a batch of pluginsChris Bieneman2017-01-3118-18/+174
* [CMake] [1/4] Update a batch of pluginsChris Bieneman2017-01-3116-16/+175
* [CMake] Add explicit dependencies to pluginsChris Bieneman2017-01-3113-13/+106
* [CMake] Fix broken NetBSD botsChris Bieneman2017-01-311-4/+5
* [CMake] Add accurate dependency specificationsChris Bieneman2017-01-3111-1/+177
* NFC. Remove unused header include.Chris Bieneman2017-01-311-1/+0
* Add NetBSD support in Host::GetCurrentThreadIDKamil Rytarowski2017-01-311-0/+6
* Switch HostInfoNetBSD::GetProgramFileSpec to sysctl(7)Kamil Rytarowski2017-01-281-9/+9
* Recognize Real-Time Signals on NetBSDKamil Rytarowski2017-01-281-3/+31
* One of the changes Jim made in r286288 (cleaning up the stop printJason Molenda2017-01-281-1/+1
* NFC: Improve comments in SymbolFilePDB.cppAdrian McCarthy2017-01-271-72/+46
* Address post-commit review remarksPavel Labath2017-01-271-1/+1
* Refactor the android accept hackPavel Labath2017-01-271-5/+7
* Unroll r292930 due to TestCallThatThrows test fail is not fixed in reasonable...Boris Ulasevich2017-01-274-85/+17
* Fix SBData::SetData() so that it always sets the address byte size correctly ...Greg Clayton2017-01-251-0/+4
* include Host/Time.h in Cocoa.cppPavel Labath2017-01-251-0/+1
* NPL: Compartmentalize arm64 single step workaround betterPavel Labath2017-01-254-133/+106
* Replace chdir() usage with the llvm equivalent.Pavel Labath2017-01-253-22/+7
* Jim unintentionally had the gdb-format specifiers falling throughJason Molenda2017-01-251-17/+21
* Provide option to set pc of the file loaded in memory.Hafiz Abid Qadeer2017-01-243-6/+21
* Fix a bug where lldb does not respect the packet size.Hafiz Abid Qadeer2017-01-241-5/+25
* Fix android build for r292935 (personality.h)Pavel Labath2017-01-241-5/+10
* FreeBSD ARM support for software single stepEd Maste2017-01-244-7/+237
* android-mips: define PTRACE_GETREGSET in headers don't do itPavel Labath2017-01-241-0/+3
* include linux/personality.h on androidPavel Labath2017-01-241-0/+4
* Include termios.h for definition of struct winsizePavel Labath2017-01-241-0/+1
* Bug 30863 - Step doesn't stop with conditional breakpoint on the next lineBoris Ulasevich2017-01-244-17/+85
* Add format_provider for lldb::StateTypePavel Labath2017-01-242-9/+6
* Prefer lzfse if it is an available compression method (this wasJason Molenda2017-01-241-3/+3
* Replace getcwd with the llvm equivalentPavel Labath2017-01-235-48/+22
* Add a catch-all line for detecting dyld in the inferior processJason Molenda2017-01-212-0/+5
* Prevent client from querying each thread's PC at each stop.Pavel Labath2017-01-203-33/+71
* Fix more unused variable warnings when asserts are disabled.Hafiz Abid Qadeer2017-01-204-0/+5
* Provide a substitute to load command of gdb.Hafiz Abid Qadeer2017-01-193-0/+63
* Refactor logging in NativeProcessLinuxPavel Labath2017-01-191-637/+323
OpenPOWER on IntegriCloud