summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Implement ObjectFileELF::GetModuleSpecifications(), and add PlatformLinux cod...Michael Sartain2013-05-173-1/+68
* test commitMichael Sartain2013-05-171-0/+1
* Fix ObjectFileELF to not use the file_offset twice.Filipe Cabecinhas2013-05-161-1/+1
* the return False in breakpoint actions should also be mentioned on the websiteEnrico Granata2013-05-161-0/+4
* Note in the documentation about the fact that Python callbacks can return a v...Enrico Granata2013-05-161-0/+6
* Handle the case where there is a user breakpoint set at the location of one o...Jim Ingham2013-05-162-5/+25
* Fix Linux 'platform status' command. Its output is now closer to that on Mac ...Daniel Malea2013-05-162-5/+6
* Added a per-process cache for reserved memorySean Callanan2013-05-163-16/+153
* <rdar://problem/13891604>Greg Clayton2013-05-162-3/+14
* <rdar://problem/11158023>Enrico Granata2013-05-162-3/+11
* Removed unused code and an unused event.Greg Clayton2013-05-163-13/+1
* Fixed an xpass due to r181841 on Linux with gcc. Note that the clang variant...Ashok Thirumurthi2013-05-151-1/+0
* <rdar://problem/13128331>Greg Clayton2013-05-152-25/+69
* Clean up linux test decorators and add links to known bugsDaniel Malea2013-05-1541-52/+52
* Fixed a few obvious errors pointed out by the static analyzer.Jim Ingham2013-05-1510-7/+20
* Re-enable tests disabled due to llvm.org/pr14541Daniel Malea2013-05-153-3/+0
* Implement "platform process list" on LinuxDaniel Malea2013-05-152-44/+251
* Revert r181833: lldb prompt issue still occurs on buildbot (http://lab.llvm.o...Daniel Malea2013-05-153-0/+3
* Disable test case that causes assertion failure on LinuxDaniel Malea2013-05-151-1/+2
* Fix cmake builds from checkouts with multiple remotesDaniel Malea2013-05-151-2/+5
* Include also sys/wait.h in the case of a FreeBSD kernel with a glibc (Debian ...Sylvestre Ledru2013-05-151-1/+2
* Only include under arm and an Apple system. Otherwise, it will fail under a G...Sylvestre Ledru2013-05-151-1/+1
* <rdar://problem/13883385>Enrico Granata2013-05-152-1/+6
* Change the mechanism around SBValue::GetSP() so that it always requires the t...Jim Ingham2013-05-152-699/+424
* Don’t pop the process input reader for a “stop” event if ShouldBroadcas...Jim Ingham2013-05-151-1/+1
* Didn't mean to check in this change...Jim Ingham2013-05-151-1/+1
* Need to add the LLDB.framework directory to the rpath for the driver programs...Jim Ingham2013-05-152-2/+2
* <rdar://problem/13892319>Greg Clayton2013-05-151-1/+1
* <rdar://problem/13821289>Enrico Granata2013-05-151-11/+52
* A first pass at auto completion for variables and their children. This is cur...Greg Clayton2013-05-147-4/+475
* Unbreak the linux buildbot tests. This still fails for the clang that is bein...Greg Clayton2013-05-141-0/+2
* <rdar://problem/13748253>Greg Clayton2013-05-141-91/+141
* Fixed the test case to pass on Darwin. This might pass on linux as well. The ...Greg Clayton2013-05-141-3/+2
* Remove XFAIL from tests affected by llvm.org/pr-14637Daniel Malea2013-05-143-3/+0
* Fix GCC buildbot failures in API/Multithreaded testsDaniel Malea2013-05-142-1/+2
* Skip C++ API/Multithreaded tests that are unsupported with Clang/libstdc++Daniel Malea2013-05-142-0/+22
* Adding C++ tests that drive LLDB from multiple threadsDaniel Malea2013-05-1411-0/+520
* strncmp was checked incorrectly in the Linux symbol lookup fix.Matt Kopec2013-05-141-2/+2
* <rdar://problem/13764135>Greg Clayton2013-05-142-5/+19
* Fix inline stepping test case on Linux because Thread::ThreadStoppedForAReaso...Daniel Malea2013-05-145-27/+47
* Avoid $rax for 32-bit inferiors to fix a failing i386 test on the darwin buil...Ashok Thirumurthi2013-05-141-4/+6
* A few more small tweaks to arm core file handling.Jason Molenda2013-05-141-7/+20
* Small change to the previous checkin, read in the fpu register contextJason Molenda2013-05-141-4/+10
* Fixes to read the floating point and exception registers sets outJason Molenda2013-05-142-23/+47
* Adding new test cases for inferior crashing.Andrew Kaylor2013-05-131-7/+75
* Add expression tests for a function in an anonymous namespace.Matt Kopec2013-05-132-0/+16
* Fix Mac OS X build issue introduced by incorrect using statementsDaniel Malea2013-05-131-4/+4
* Prevent convenience registers from being included in "read register" as they ...Ashok Thirumurthi2013-05-132-7/+11
* Unset CFLAGS/CXXFLAGS when running tests via cmake/make check targetsDaniel Malea2013-05-132-3/+3
* Cleanup test output when run via cmake/make check targetsDaniel Malea2013-05-131-1/+0
OpenPOWER on IntegriCloud