summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/14701270>Han Ming Ong2013-09-231-4/+5
* Various small changes for build of LLDB on Visual Studio 2013 RC (MSVC12)Virgile Bello2013-09-206-1/+27
* Add backslash as path separator for Win32.Virgile Bello2013-09-201-1/+10
* Remove unused friend class forward definitions (causing problem with MSVC any...Virgile Bello2013-09-202-3/+0
* Change posix thread so that it creates a breakpoint stop reason if the breakp...Matt Kopec2013-09-201-18/+9
* Fix lldb regressions due to r190812 in the case where debug info is present.Ashok Thirumurthi2013-09-204-10/+7
* Add an xfail test as 'expr myfloat' can add digits consistentAshok Thirumurthi2013-09-201-1/+12
* Make install on lldb was not installing the header files (probably because th...Sylvestre Ledru2013-09-201-7/+7
* Disable TestInferiorAssert (due to llvm.org/pr17276)Daniel Malea2013-09-191-2/+7
* Make threading tests not depend on the currently selected threadDaniel Malea2013-09-193-15/+32
* Fix build failures under GNU/Linux running on mipsSylvestre Ledru2013-09-192-2/+4
* Assert that only reg- or word-sized values are byte swappedEd Maste2013-09-191-1/+10
* Made SymbolFileDWARF not crash if a function doesn'tSean Callanan2013-09-181-10/+18
* Fixed a logic error in Module::ResolveSymbolContextForAddress(). Asking an ad...Greg Clayton2013-09-181-2/+2
* Apply ProcessMonitor changes from r190820 to FreeBSDEd Maste2013-09-182-111/+33
* SymbolVendor/ELF is actually referenced by default by lib/Makefile on allDaniel Malea2013-09-181-7/+2
* Respect SDKROOT in lldb MakefileDaniel Malea2013-09-181-2/+4
* Warning cleanup.Michael Sartain2013-09-181-6/+5
* Added new Host/Atomic.h to replace use of <atomic> in LLDB headers.Virgile Bello2013-09-183-10/+58
* Visual Studio 2013 compilation support: added some #ifdef _MSC_VER for unsupp...Virgile Bello2013-09-185-3/+24
* Disabling test broken (on GCC buildbot) due to http://llvm.org/pr14637Daniel Malea2013-09-171-0/+1
* Rename shared libraries for TestLoadUnload.py due to potential shared library...Matt Kopec2013-09-173-21/+23
* Fix a typo in DataExtractor.cpp causing build breakageAshok Thirumurthi2013-09-171-0/+1
* Use a StreamString to fix the endianness inSean Callanan2013-09-171-3/+10
* Don't output a stray 0x if GetData fails for memory read -f hexEd Maste2013-09-171-1/+1
* Avoid abort on "memory read -s N" for N=3,5,6,7Ed Maste2013-09-171-18/+23
* Logging enhancements to ConnectionFileDescriptorAndrew Kaylor2013-09-171-5/+25
* Examine more than 1 frame for equivalent contexts in ThreadPlanStepOverRangeDaniel Malea2013-09-172-36/+42
* Update Linux bug tracker link in TestPrintStackTracesDaniel Malea2013-09-171-1/+1
* Re-enabling TestStopHookMultipleThreadsDaniel Malea2013-09-171-1/+0
* Make the docs for the -s -o -S and -O options clearer.Jim Ingham2013-09-171-4/+13
* Fixing a problem with thread creation signal order dependencyAndrew Kaylor2013-09-176-1/+128
* Fixed a crasher where the remote platform was NULL and was being used.Greg Clayton2013-09-161-0/+1
* Improve stability of Linux ProcessMonitor by not using fds for synchronization:Daniel Malea2013-09-163-113/+47
* Fixed symbol lookup to be stable when multiple symbols have the same address.Richard Mitton2013-09-161-41/+18
* Add test suite support for TestLoadUnload.py for Linux.Matt Kopec2013-09-163-36/+77
* Fixes symbol resolution for a function with a tail call because the PCAshok Thirumurthi2013-09-163-34/+79
* <rdar://problem/15001220>Greg Clayton2013-09-161-2/+7
* Fixes a typo that causes Reserve(X) to both re-allocate the container andAshok Thirumurthi2013-09-161-1/+1
* Clean up RegisterContextPOSIX. Renamed to POSIXBreakpointProtocol.Michael Sartain2013-09-1413-590/+631
* One bit of that last commit wasn't meant to be included.Jason Molenda2013-09-141-4/+0
* Change ProcessMachCore to search for both a user-process dyld binaryJason Molenda2013-09-143-33/+42
* This changes how the --source driver argument works. I split this into four ...Jim Ingham2013-09-142-68/+127
* Stop closing terminal fd from ProcessMonitor. It is owned by ConnectionFileD...Andrew Kaylor2013-09-142-2/+8
* This fixes two issues with the POSIX dynamic loader:Matt Kopec2013-09-132-2/+53
* Skip tests that segfault or are inconsistent on FreeBSDEd Maste2013-09-135-0/+7
* test: Update FreeBSD failure decoratorsEd Maste2013-09-139-1/+13
* Rename test class to match test target languageEd Maste2013-09-131-1/+1
* Change OptionValueFileSpec::SetValueFromCString to strip off whitespace,Jason Molenda2013-09-131-1/+14
* Cleanup POSIX RegisterContext class hierarchies.Michael Sartain2013-09-1323-624/+692
OpenPOWER on IntegriCloud