summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* File: Handle more cases in GetOptionsFromModePavel Labath2019-10-101-9/+11
* [Windows] Introduce a switch for the `lldb-server` mode on WindowsAleksandr Urakov2019-10-101-6/+17
* TestFileHandle.py: relax exception type checksPavel Labath2019-10-101-3/+3
* [lldb][NFC] Remove strange bool parameter from Searcher::SearchCallbackRaphael Isemann2019-10-1023-80/+60
* [lldb] Fix out of bounds read in DataExtractor::GetCStr and add unit test tha...Raphael Isemann2019-10-102-19/+63
* [lldb][NFC] Use llvm::all_of instead of std::all_of in CppModuleConfigurationRaphael Isemann2019-10-101-3/+3
* s/@expectedFailure/@expectedFailureAll in TestFileHandlePavel Labath2019-10-101-12/+11
* [lldb][NFC] Use unique_ptr in DiagnosticManager to express ownershipRaphael Isemann2019-10-104-52/+61
* Change debugserver to use the brk #0 for breakpoints.Jason Molenda2019-10-101-3/+1
* TestMTCSimple.py: allow the test to run on Darwin embedded platformsFrederic Riss2019-10-093-13/+20
* TestIndirectSymbols: Modernize the MakefileFrederic Riss2019-10-092-36/+14
* Makefile.rules: add missing CODESIGN callFrederic Riss2019-10-091-0/+3
* [lldb] Put site-packages into a sub dir of CMAKE_CFG_INTDIRHaibo Huang2019-10-091-1/+2
* Set eRegisterKindEHFrame register numbers for 32 bit ARM register contexts in...Greg Clayton2019-10-093-11/+88
* [CMake] Use the correct lit.cfg.pyJonas Devlieghere2019-10-091-1/+1
* Fix a crasher due to an assert when two files have the same UUID but differen...Greg Clayton2019-10-093-24/+81
* remove a smattering of isolated, unnecessary uses of FILE*Lawrence D'Anna2019-10-093-13/+11
* SBFile support in SBCommandReturnObjectLawrence D'Anna2019-10-0911-40/+144
* SBFile: add a bunch of tests that should eventually work.Lawrence D'Anna2019-10-092-15/+291
* [Reproducer] Add convenience methods IsCapturing and IsReplaying.Jonas Devlieghere2019-10-092-3/+6
* TestHelloWorld: Make compatible with remote testingFrederic Riss2019-10-091-10/+14
* [LLDB] Fix for regression of test 'TestDataFormatterInvalidStdUniquePtr.py' i...Cameron Desrochers2019-10-093-5/+7
* [LLDB] Remove standalone build dep on llvm-stripJonas Devlieghere2019-10-091-1/+6
* Revert "[lldb] Calculate relative path for symbol links"Jim Ingham2019-10-091-4/+19
* allow arbitrary python streams to be converted to SBFileLawrence D'Anna2019-10-096-33/+813
* Skip Apple simulator test for all remote testing scenarios.Frederic Riss2019-10-091-3/+3
* [CMake] Fix add_lldb_test_dependencyJonas Devlieghere2019-10-092-10/+12
* [utils] Update lldb-dotest for new test layoutJonas Devlieghere2019-10-091-1/+1
* [test] Skip entry value test when clang < 10.0.0Vedant Kumar2019-10-091-0/+1
* Re-land "[test] Split LLDB tests into API, Shell & Unit"Jonas Devlieghere2019-10-09450-258/+331
* protect libedit and LLDB gui from receiving null FILE* streamsLawrence D'Anna2019-10-092-2/+5
* [LLDB] Fix for synthetic children memory leakCameron Desrochers2019-10-097-35/+64
* Update breakpad lit test to be independent of the unnamed symbol numberAntonio Afonso2019-10-091-1/+1
* Revert [test] Split LLDB tests into API, Shell & UnitAdrian Prantl2019-10-09449-312/+262
* Remove obsolete parameter.Adrian Prantl2019-10-091-1/+0
* [test] Split LLDB tests into API, Shell & UnitJonas Devlieghere2019-10-09449-262/+312
* Remove the is_mangled flag from Mangled and SymbolAdrian Prantl2019-10-0913-67/+19
* Unify the two CRC implementationsHans Wennborg2019-10-091-5/+3
* [lldb] Don't crash when the ASTImporter produces diagnostics but instead log ...Raphael Isemann2019-10-091-39/+54
* Explicitly set entry point arch when it's thumb [Second Try]Antonio Afonso2019-10-085-6/+191
* Revert Trust the arange accelerator tables in dSYMsAdrian Prantl2019-10-081-13/+7
* Trust the arange accelerator tables in dSYMsAdrian Prantl2019-10-081-7/+13
* StopInfo/Mach: Delete PPC supportVedant Kumar2019-10-081-103/+0
* Add test coverage to printing of enums and fix display of unsigned valuesFrederic Riss2019-10-083-35/+66
* StopInfo/Mach: Use early-exits, reflow messy comments, NFCIVedant Kumar2019-10-082-498/+488
* [Reproducer] Don't isntrument methods that get called from the signal handler.Jonas Devlieghere2019-10-082-5/+6
* [CMake] Fix building without python on WindowsAlex Langford2019-10-081-2/+7
* Reflow/fix doxygen comments.Adrian Prantl2019-10-081-10/+16
* Fix sign extension handling in DumpEnumValueFrederic Riss2019-10-081-0/+1
* exception handling in PythonDataObjects.Lawrence D'Anna2019-10-082-36/+392
OpenPOWER on IntegriCloud