summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Look for both .debug and dsym debugging symbol information for stripped execu...Robert Flack2015-04-242-408/+249
* Fix condition detection in EmulateInstructionARMTamas Berghammer2015-04-241-2/+1
* Fix order of b and blx instrction in EmulateInstructionARMTamas Berghammer2015-04-241-2/+2
* Fix write register context for arm "add<c> <Rd>, sp, #imm"Tamas Berghammer2015-04-241-1/+5
* Use self.fail() in MiGdbSetShowTestCase.test_lldbmi_gdb_set_target_async_off ...Ilia K2015-04-241-2/+1
* Fix CMICmnLLDBDebuggerHandleEvents::GetProcessStdout/GetProcessStderr to use ...Ilia K2015-04-245-18/+20
* Fix CMICmnMIOutOfBandRecord to accept stream-records (MI)Ilia K2015-04-242-10/+31
* Start to share SWIG interface files between languages.Bruce Mitchener2015-04-2467-162/+168
* Fix build.Chaoren Lin2015-04-231-1/+1
* Factor resolution of abbreviations and aliases so that they can be tested dir...Adrian McCarthy2015-04-237-366/+338
* Fix build of lldb after clang r235614.Richard Smith2015-04-231-2/+2
* Fix TestFdLeak on Linux.Chaoren Lin2015-04-231-0/+6
* Replace use of %zu with PRIu64 in DYDL logging message.Aidan Dodds2015-04-231-1/+1
* MI fix allowing multiple logging instances of lldb-mi to run simultaneously.Ilia K2015-04-239-18/+145
* Update cpsr register in BLX instruction emulationTamas Berghammer2015-04-231-0/+7
* Fix test expectation in TestNoreturnUnwindTamas Berghammer2015-04-231-3/+2
* [NativeProcessLinux] Fix race condition during inferior thread creationPavel Labath2015-04-234-134/+16
* [LLDB][MIPS] Add MIPS32 and MIPS64 core revisionsMohit K. Bhakkad2015-04-237-16/+97
* Missed one piece when committing r235538.Jim Ingham2015-04-231-2/+17
* Use the debugginess of the python interpreter when symlinking _lldb.pyd.Zachary Turner2015-04-223-5/+6
* This is some groundwork for filtering the language ExceptionJim Ingham2015-04-2212-23/+222
* Formatting fix.Jim Ingham2015-04-221-1/+2
* Add decorator for signal test failing on FreeBSDEd Maste2015-04-221-0/+1
* MI Refactor CMIUtilSystemWindows::GetExecutablesPath()Ilia K2015-04-221-6/+4
* Skip additional lldb-mi tests that failed on FreeBSDEd Maste2015-04-222-0/+5
* XFAILing a single test in TestConcurrentEventsPavel Labath2015-04-221-0/+1
* Enable TestConcurrentEvents on LinuxPavel Labath2015-04-221-16/+0
* Fix signle stepping on arm when multiple thread is involvedTamas Berghammer2015-04-222-168/+205
* [DWARF CFI] Add support for DW_CFA_def_cfa_sf when parsing CIEPavel Labath2015-04-221-0/+13
* Same issue as in D8685 but for i386.Chaoren Lin2015-04-214-7/+19
* Add properties to SBExecutionContext to access the several entities it stores...Enrico Granata2015-04-211-0/+15
* Placate clang. lldb can build on FreeBSD with -Werror again.Davide Italiano2015-04-211-1/+1
* XFAIL tests that are failed on linux with gcc-4.9.2Ying Chen2015-04-219-1/+72
* Add Makefile for typedef_arrayYing Chen2015-04-201-0/+4
* ConnectionFileDescriptor::BytesAvailable reading too many command bytesVince Harron2015-04-201-4/+7
* Allow specifying tool path/prefix for tests with CROSS_COMPILE.Robert Flack2015-04-201-3/+5
* This patch implements several improvements to theSean Callanan2015-04-2025-55/+676
* FreeBSD/arm core file supportEd Maste2015-04-205-0/+176
* NativeProcessLinux: Merge operation and monitor threadsPavel Labath2015-04-203-413/+219
* Auto advance pc for signle stepping on arm when emulation failesTamas Berghammer2015-04-201-17/+37
* Stop read thread of Communication on EOFTamas Berghammer2015-04-201-4/+4
* Fix LLDB ARM GCC4.7 broken buildOmair Javaid2015-04-191-1/+1
* Correct machine type for 32-bit armEd Maste2015-04-191-1/+1
* Remove usages of host architecture within ELF object file for unknown parts o...Oleksiy Vyalov2015-04-181-32/+0
* Whitespace-only tweaks to Colin's r235109 patch to match the lldbJason Molenda2015-04-171-128/+175
* TestMiBreak - func isn't always ??.Chaoren Lin2015-04-171-1/+1
* Fix the MiVarTestCase.test_lldbmi_var_create_register test to expect 32bit va...Ilia K2015-04-171-1/+2
* test commit.Aidan Dodds2015-04-171-1/+1
* Fix the MiVarTestCase.test_lldbmi_var_create_register test on 32bit systemsIlia K2015-04-171-1/+4
* MI support for '-var-create $regname' command.Ilia K2015-04-172-6/+52
OpenPOWER on IntegriCloud