summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Fix ObjCDataFormatterTestCase.test_nsdate_* testsIlia K2015-03-231-2/+2
* Use POSIX pid_t and not lldb::pid_t.Davide Italiano2015-03-221-1/+1
* Add missing #include to fix libc++ Linux build.Richard Smith2015-03-221-0/+1
* Reverted r232883 due to failing tests.Vince Harron2015-03-224-3/+13
* Compare pointers directly instead of ::strcmp in SBXxx::EventIsXxxEvent()Ilia K2015-03-212-2/+2
* Fix handling of CommandInterpreter's events in lldb-miIlia K2015-03-214-1/+21
* Fix ComputeSupportExeDirectory for Linux (merge with Android).Chaoren Lin2015-03-214-13/+3
* Avoid output on successful execution of the SWIG scriptsEd Maste2015-03-202-8/+4
* Fixup whitespace in finishSwigWrapperClasses.pyEd Maste2015-03-201-310/+310
* Try to fix configure/make build.Zachary Turner2015-03-201-0/+1
* Add missing cases to NativeProcessLinux LogThreadStopInfoPavel Labath2015-03-201-0/+21
* Fix ninja check-lldbPavel Labath2015-03-201-1/+2
* Support for truncate/append on log filesPavel Labath2015-03-206-2/+72
* Report watchpoint hits during single stepping.Chaoren Lin2015-03-1913-152/+359
* Move LLDB initialization/shutdown to Initialization.Zachary Turner2015-03-1918-473/+521
* Fix SBFrame::FindValue for when only global variables exist.Chaoren Lin2015-03-191-20/+18
* Added missing case for IK_PreprocessedCuda.Artem Belevich2015-03-191-0/+1
* Remove IDE_MI_APP_EXIT_OK msg on exit (MI)Ilia K2015-03-193-34/+0
* expose 64 bit addresses through MIIlia K2015-03-198-28/+32
* Fix memory allocating inside signal handler (MI)Ilia K2015-03-193-6/+0
* Fix -break-insert for system functions (MI)Ilia K2015-03-194-11/+7
* Don't close pseudo terminal master file descriptor on EOFTamas Berghammer2015-03-191-0/+1
* Fix double (gdb) prompt when command doesn't existIlia K2015-03-191-8/+6
* Fix error handling in CMIDriver::DoMainLoop after r215223 (MI)Ilia K2015-03-191-3/+4
* Add NameMatches.h header to fix FreeBSD build after r232673Ed Maste2015-03-191-0/+1
* Comment discouraging writing command based test cases.Jim Ingham2015-03-181-0/+24
* Enable TestCallStdStringFunction for GCC.Siva Chandra2015-03-181-1/+0
* Cleanup to simplify the formatter for std::map of libstdc++.Siva Chandra2015-03-182-35/+11
* Move some functions from source/lldb.cpp to Utility.Zachary Turner2015-03-1815-104/+224
* Try to fix the Makefile build.Zachary Turner2015-03-181-1/+1
* Don't load register data from memory. Greg Clayton2015-03-181-1/+1
* Fix the Xcode build after the MIPS64 changesEnrico Granata2015-03-181-2/+17
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-1852-68/+15
* Always add some fake threads with x86_64 registers no matter what the archite...Greg Clayton2015-03-181-28/+24
* Fix linking of unit tests via CMake on Windows.Zachary Turner2015-03-1813-270/+158
* Skip intermittently failing test on FreeBSDEd Maste2015-03-181-0/+1
* Convert open options for POSIX open on target platform.Robert Flack2015-03-182-3/+3
* Fix comment in tools/lldb-mi/MIDriver.cppIlia K2015-03-181-1/+1
* Parse .note.android.ident header from elf filesTamas Berghammer2015-03-181-1/+15
* Make lldb-mi handle only MI commandsHafiz Abid Qadeer2015-03-186-277/+5
* Fix a typo in EmulateInstructioinMIPS64Pavel Labath2015-03-181-1/+1
* Initial Assembly profiler for mips64Bhushan D. Attarde2015-03-1810-2/+633
* Clean up CommandObjectBreakpointNameList: remove duplicated 'protected' acces...Ilia K2015-03-181-1/+0
* Build fix for building debugserver for ios.Jason Molenda2015-03-172-2/+2
* Convert CRLF to LF.Zachary Turner2015-03-178-95/+95
* Enable TestDataFormatterStdIterator with GCC.Siva Chandra2015-03-171-1/+0
* Implement formatter for std::vector<bool, ...> of libstdc++ in Python.Siva Chandra2015-03-174-273/+126
* Remove ScriptInterpreterObject.Zachary Turner2015-03-1720-972/+1141
* Fix the clang -Werror build by suppressing -Wextended-offsetofDavid Blaikie2015-03-171-2/+2
* Add missing overrides to fix the clang -Werror build (-Winconsistent-missing-...David Blaikie2015-03-171-4/+4
OpenPOWER on IntegriCloud