summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
...
* Fix handling of consecutive slashes in FileSpec::GetNormalizedPath()Pavel Labath2016-11-302-1/+5
* Convert most of the Process class to Timeout<>Pavel Labath2016-11-304-91/+64
* Fix OSX build for r288238Pavel Labath2016-11-301-2/+3
* Use Timeout<> in the Listener classPavel Labath2016-11-3012-160/+125
* Remove a spurious reference to ProcessElfCorePavel Labath2016-11-302-7/+1
* Remove an x86-ism from RegisterInfoInterfacePavel Labath2016-11-306-16/+1
* Add back some of the previous lldb-server dependenciesPavel Labath2016-11-291-0/+5
* Remove some OS-specific plugins from lldb-server dependenciesPavel Labath2016-11-291-29/+0
* Remove assorted other plugins which are not needed by lldb-serverPavel Labath2016-11-291-14/+0
* Remove dynamic loader, platform and ABI plugins from lldb-server dependenciesPavel Labath2016-11-291-27/+0
* Specify the dependencies of lldb-server manuallyPavel Labath2016-11-291-1/+209
* Remove ConnectionSharedMemoryPavel Labath2016-11-294-214/+0
* Fix a typo.Hafiz Abid Qadeer2016-11-291-1/+1
* Remove ConnectionMachPortPavel Labath2016-11-294-345/+0
* [lldb] Fix compilation of SymbolFileDWARF.cpp with ENABLE_DEBUG_PRINTF setAlexander Shaposhnikov2016-11-291-1/+2
* fix up Xcode build for r287916Todd Fiala2016-11-281-12/+6
* Fix floating point register reads x86_64 linux on targets with no AVX supportPavel Labath2016-11-281-3/+14
* XFAIL: TestNoreturnUnwind on android x86_64Pavel Labath2016-11-281-0/+1
* skip android in @skipIfHostIncompatibleWithRemotePavel Labath2016-11-281-1/+3
* Fix a crash in ProcessPOSIXLogPavel Labath2016-11-281-2/+2
* [lldb] Fix typos in file headersAlexander Shaposhnikov2016-11-2659-65/+102
* Fix builds Windows and OSX builds after Connection refactor in r287922Pavel Labath2016-11-254-7/+14
* Fix darwin build broken by r287920Pavel Labath2016-11-251-2/+1
* Introduce Chrono to the Connection class. NFCI.Pavel Labath2016-11-258-29/+29
* Fix FreeBSD build error in r287920Pavel Labath2016-11-251-2/+4
* Introduce chrono to the Communication classPavel Labath2016-11-259-60/+113
* Use Clang for D language support.Johan Engelen2016-11-251-1/+3
* Merge Linux and FreeBSD arm64 register contextsPavel Labath2016-11-258-199/+33
* Add a couple of tests for the Listener classPavel Labath2016-11-242-0/+115
* Fix TestMiExec.test_lldbmi_exec_next_instructionPavel Labath2016-11-241-1/+1
* Enable MiExecTestCase-test_lldbmi_exec_next_instructionPavel Labath2016-11-241-3/+0
* Enable TestMultithreaded-sb_api_listener_event_process_state on linux/gccPavel Labath2016-11-241-8/+0
* Enable TestBitfields on linux with clangPavel Labath2016-11-241-7/+0
* Enable TestRegisterVariables for some configurationsPavel Labath2016-11-241-5/+2
* Enable WatchpointPythonCommandTestCase-test_continue_in_watchpoint_commandPavel Labath2016-11-241-2/+0
* Use more chrono in AdbClientPavel Labath2016-11-243-11/+13
* Use chrono in AdbClientPavel Labath2016-11-242-29/+19
* Attempt to fix freebsd build after r287864Pavel Labath2016-11-242-8/+10
* Introduce chrono to more gdb-remote functionsPavel Labath2016-11-248-105/+90
* Remove \x13 (^S) character that was likely added by mistake.Adrian Kuegel2016-11-241-1/+1
* Patch for lldb bug 26322 “core load hangs”Howard Hellyer2016-11-244-0/+0
* Patch for lldb bug 26322 “core load hangs”Howard Hellyer2016-11-2415-2/+477
* Fix a comparison of integers of different signs warning.Taras Tsugrii2016-11-241-1/+1
* Refactor LLDB's Windows process plugin (NFC)Adrian McCarthy2016-11-2325-1764/+1230
* Re-add "demonstrate new Args API"Zachary Turner2016-11-228-92/+90
* Improve detection of global vs local variablesSam McCall2016-11-221-12/+16
* Fix build failure on Linux and BSD by reverting r287597Omair Javaid2016-11-228-88/+92
* Turn on LLDB_EDITLINE_USE_WCHAR on FreeBSDEd Maste2016-11-221-1/+1
* Fix a bug caught by adding LLVM_NODISCARD to StringRef.Zachary Turner2016-11-211-1/+1
* Add the new Args / entry-access API.Zachary Turner2016-11-218-92/+88
OpenPOWER on IntegriCloud