summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [TestDataFormatterUnordered] Fix a few typos in the test.Siva Chandra2015-05-271-2/+2
* XTIMEOUT another test timing out on the FreeBSD buildbotEd Maste2015-05-271-0/+1
* Make sure we print timestamps correctly to 9 places since we are printing nan...Greg Clayton2015-05-271-1/+1
* Change ProcessGDBRemote last stop packet to a container.Ewan Crawford2015-05-274-18/+62
* Fix xcode project after r238319Tamas Berghammer2015-05-271-0/+6
* Make log options uniform betwwen lldb-platform and lldb-gdbserverTamas Berghammer2015-05-2711-114/+170
* Add real time signals support to FreeBSDSignalsEd Maste2015-05-271-4/+66
* Add a language log category.Colin Riley2015-05-272-0/+4
* Improve LLDB prompt handlingPavel Labath2015-05-2713-402/+312
* Fix write register context in EmulateInstructionARM::EmulateMOVRdRmTamas Berghammer2015-05-271-3/+3
* Fix BreakpointLocationCollection::ShouldStop to handle breakpoint removalTamas Berghammer2015-05-271-2/+8
* Parse function name from DWARF DW_AT_abstract_originTamas Berghammer2015-05-271-9/+13
* Add support for custom commands to set flags on themselvesEnrico Granata2015-05-2726-246/+360
* www - updated build server URLsVince Harron2015-05-271-5/+9
* Changed Flags::clang_type_resolve_state to unsigned for gccVince Harron2015-05-271-0/+5
* test Makefile.rules - pick a more sensible default CC on LinuxVince Harron2015-05-271-1/+7
* dosep - force timeout processes to dump core when they timeoutVince Harron2015-05-271-2/+34
* Allow clients to get parsing errors and also fix the ApplePropertyList so it ...Greg Clayton2015-05-272-2/+29
* Make StructureData objects dump themselves with correct indentation.Greg Clayton2015-05-271-19/+28
* Add StructuredData.h to the Xcode project.Greg Clayton2015-05-271-0/+2
* Implement and use adb push for PlatformAndroid::PutFileRobert Flack2015-05-274-2/+73
* Add 'qXfer:features:read' to known stub listYing Chen2015-05-261-0/+1
* Modify the ApplePropertyList to be able to create StructuredData objects from...Greg Clayton2015-05-263-8/+158
* Have lldb-mi tests import pexpect at a narrower scope.Zachary Turner2015-05-261-1/+1
* Also don't try to copy a logfile if it doesn't exist.Zachary Turner2015-05-261-9/+10
* Sync PlatformFreeBSD::GetSupportedArchitectureAtIndex with PlatformLinuxEd Maste2015-05-261-13/+45
* On Windows, delete existing log file before renaming temp file.Zachary Turner2015-05-261-0/+7
* Fix some logic where we used to have char arrays, but we now use std::string....Greg Clayton2015-05-261-1/+1
* Added XML to the host layer.Greg Clayton2015-05-2617-718/+1713
* Move register reading form NativeProcessLinux to NativeRegisterContextLinux*Tamas Berghammer2015-05-2617-1592/+1461
* revert files unintentionally checked inVince Harron2015-05-262-7/+5
* Print port number that lldb-server binds to in platform modeVince Harron2015-05-263-6/+8
* Quiet compiler warnings about virtual and override not being consistent.Greg Clayton2015-05-251-38/+38
* Fix compiler warnings regarding size_t not always being 64 bit in the printf.Greg Clayton2015-05-251-8/+8
* Did some cleanup to stop us from leaking Pipe file descriptors.Greg Clayton2015-05-235-8/+39
* Use target's SIGSTOP and SIGINT when making decision about continue after asy...Oleksiy Vyalov2015-05-221-6/+6
* Fix this module to work with current packects and also to be able to figure o...Greg Clayton2015-05-221-15/+39
* dotest.py - fixed a bug displaying usageVince Harron2015-05-223-5/+8
* Implement PlatformWindows::GetEnvironment.Zachary Turner2015-05-227-12/+44
* Fix use-after-free in OptionValueString.Zachary Turner2015-05-221-1/+1
* Disable TestConcurrentEvents.py on Windows.Zachary Turner2015-05-221-1/+1
* [TestRaise] Skip the SIGRTMIN test on Android.Siva Chandra2015-05-221-0/+1
* Add real time signals support to LinuxSignalsPavel Labath2015-05-225-92/+244
* [TestLldbGdbServer] Up sleep duration to 1min in the inferior thread_func.Siva Chandra2015-05-221-1/+1
* Fix lldb-platform usage string.Chaoren Lin2015-05-211-1/+2
* Added a new command in ProcessGDBRemote that can figure out the performance c...Greg Clayton2015-05-215-63/+220
* Don't import module `lock` at global scope.Zachary Turner2015-05-211-1/+1
* Fix race condition when detaching/killing an inferior.Zachary Turner2015-05-213-32/+49
* dotest.py - debug feature that helps find dosep racesVince Harron2015-05-212-4/+36
* XPASS a bunch of GdbRemote/LldbGdbServer testsVince Harron2015-05-216-8/+0
OpenPOWER on IntegriCloud