aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2015-03-02[CMake] Refactor LLDB main CMake file.Zachary Turner4-387/+378
2015-03-02Applying D7950 to four near copies of the file.Chaoren Lin10-171/+162
2015-03-02[Windows] Fix getcwd() on Windows.Zachary Turner1-0/+8
2015-03-02Reduce the number of components initialized by lldb-server to reduce static b...Robert Flack10-94/+156
2015-03-02Fix build breakage on win7-msvc caused by r230955Pavel Labath1-2/+1
2015-03-02Fix handling of backslashes in Args parsingPavel Labath9-219/+253
2015-03-02Make it possible to stop the operation thread in NativeProcessLinuxTamas Berghammer1-2/+11
2015-03-02Rename CMIDriver::LocalDebugSessionStartupInjectCommands to CMIDriver::LocalD...Ilia K2-3/+3
2015-03-01Linux - debugging of local processes via lldb-gdbserverVince Harron2-5/+9
2015-03-01Advertise 32 bit support for PlatformRemoteGDBServer on 64 bit systems.Chaoren Lin1-3/+6
2015-03-01Fix attaching to 32 bit inferior with 64 bit llgs.Chaoren Lin1-2/+2
2015-02-28Temporarily XFAIL TestLaunchWithShellExpand to get the build greenVince Harron1-0/+1
2015-02-28Use -fstandalone-debug for few tests to get around a Clang optimizationVince Harron11-0/+78
2015-02-28Fixed pthread linking errors in test binariesVince Harron4-0/+4
2015-02-28Casting pid to ::pid_t when invoking syscall.Chaoren Lin2-2/+4
2015-02-27Convert TestWatchLocation to use C++11 library instead of pthread.Chaoren Lin2-45/+45
2015-02-27Fix FileSpec::GetPath to return null-terminated stringsIlia K8-51/+45
2015-02-27Skip LaunchInTerminalTestCase test on remote systemsIlia K1-2/+2
2015-02-27Fixes http://reviews.llvm.org/rL230691Chaoren Lin1-7/+4
2015-02-27Fixed an infinite recursion bug that could happen when using python operating...Greg Clayton1-1/+1
2015-02-26Remove duplicated code for synthetic array members.Bruce Mitchener5-68/+9
2015-02-26[swig] Fix some typos in the build scripts.Bruce Mitchener2-3/+3
2015-02-26Fix Bug 20400Chaoren Lin1-1/+1
2015-02-26Add synchronization to TestWatchLocation.Chaoren Lin1-0/+10
2015-02-26Use getProcessTriple inside HostInfoBase::ComputeHostArchitectureSupport inst...Oleksiy Vyalov1-1/+1
2015-02-26Can't set watchpoints on launching threads on Linux LLGS.Chaoren Lin1-0/+2
2015-02-26Fix a typo Debugger::ExecuteIOHanders to Debugger::ExecuteIOHandlers.Siva Chandra3-4/+4
2015-02-26Fix a bug where LLDB could be convinced to attempt to extract a bitfield of s...Enrico Granata1-1/+1
2015-02-26Fix handling of double quotes (MI)Ilia K7-165/+105
2015-02-26Fix process's output to stdout/stderr (MI)Ilia K7-81/+144
2015-02-26Fix comments in tools/lldb-mi/MIDriver.hIlia K1-3/+3
2015-02-26[swig] Generate bindings for SBDebugger::*UseColor().Bruce Mitchener1-0/+6
2015-02-26Fix usage of shared_ptr for array which may cause a undefined behaviour (use ...Ilia K1-3/+3
2015-02-26Test commit - fix typo.Robert Flack1-1/+1
2015-02-26Increase default packet timeout for android to 20sTamas Berghammer1-0/+9
2015-02-26Return a current executable's directory from HostInfoAndroid::ComputeSupportE...Oleksiy Vyalov2-0/+8
2015-02-26If we are trying to load the scripting resource for a module whose name happe...Enrico Granata4-4/+40
2015-02-25Optimize finding the Complete Definition of an ObjC class for debug with .o f...Greg Clayton4-11/+88
2015-02-25Add qModuleInfo request in order to get module information (uuid, triple,..) ...Oleksiy Vyalov9-5/+158
2015-02-25Revert "Fix warnings found with clang-cl."Zachary Turner27-45/+60
2015-02-25Solve hang on Windows when lldb fails to launch the process.Zachary Turner1-0/+4
2015-02-25Fix warnings found with clang-cl.Zachary Turner27-60/+45
2015-02-25MacOSX symbol table change to combine the N_GSYM debug map entry with the "_O...Greg Clayton1-28/+74
2015-02-25Fix the dumping of symbol tables to be correctly alligned for all entries whe...Greg Clayton2-6/+3
2015-02-25Add missing "return" statements.Hafiz Abid Qadeer1-2/+2
2015-02-25Remove use_pthread option from getBuildFlags in the test environmentTamas Berghammer5-4/+6
2015-02-25Truncate target file for stdout and stderrTamas Berghammer1-2/+2
2015-02-25Fix global makefiles for the tests to support androidTamas Berghammer1-2/+9
2015-02-25Add option to set environment variables from dotest.pyTamas Berghammer1-1/+10
2015-02-25Fix comment in test/tools/lldb-mi/main.cppIlia K1-1/+1