summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [DWARF] Add (empty) DebugNamesDWARFIndex class and a setting to control its usePavel Labath2018-06-0610-23/+174
* [lit] Do not run Python tests w/ LLDB_DISABLE_PYTHONMichal Gorny2018-06-063-0/+5
* Revert "PDB support of function-level linking and splitted functions"Pavel Labath2018-06-069-107/+0
* PDB support of function-level linking and splitted functionsAaron Smith2018-06-059-0/+107
* [lit, pdb] Fix func-symbols.test (on Windows)Stella Stamenova2018-06-051-36/+37
* DWARFIndex: more GetFunctions cleanupPavel Labath2018-06-057-63/+14
* dotest: make inline tests compatible with -fPavel Labath2018-06-051-54/+7
* Fix windows build broken by r334004Pavel Labath2018-06-051-1/+1
* DWARFIndex: simplify GetFunctions methodsPavel Labath2018-06-056-175/+92
* Really fix ClangParserTestPavel Labath2018-06-051-1/+9
* Silence unhandled enums warning in ClangASTContext::GetEncodingIlya Biryukov2018-06-051-0/+9
* Fixup r333987Pavel Labath2018-06-052-2/+3
* Fix ClangParserTest.cppPavel Labath2018-06-051-1/+1
* Protect DWARFCompileUnit::m_die_array by new mutexesJan Kratochvil2018-06-053-38/+134
* Fix Expression unittests on DarwinJonas Devlieghere2018-06-052-1/+4
* Add ClangHost.cpp to the Xcode project. Jim Ingham2018-06-052-0/+7
* Change SWIG output directory when building LLDB.framework with CMakeAlex Langford2018-06-042-3/+3
* [lldb, lldb-mi] Enable lldb-mi -break-insert test on Windows.Alexander Polyakov2018-06-041-5/+4
* Remove dependency from Host to clang.Zachary Turner2018-06-0414-187/+253
* [IRMemoryMap] Use labels in the "malloc" and "free" lldb-test commandsVedant Kumar2018-06-044-341/+355
* [LLDB] Unit tests basic support for OpenBSDDavid Carlier2018-06-041-0/+10
* [LLDB] Unit tests basic support for OpenBSDDavid Carlier2018-06-042-15/+23
* AppleDWARFIndex: Get function method-ness directly from debug infoPavel Labath2018-06-045-64/+104
* Python: adjust the include directoriesSaleem Abdulrasool2018-06-041-6/+5
* [lldb, lldm-mi] Fix hanging of -exec-run command.Alexander Polyakov2018-06-033-0/+20
* Test commit. Fix typo in comment.Alexander Polyakov2018-06-031-1/+1
* Fix silly error introduced after testing in r333813.James Y Knight2018-06-021-7/+0
* Fix support for distinguishing archive members by timestamp on Darwin.James Y Knight2018-06-027-3/+136
* [lit, pdb] Fix two failing PDB tests on WindowsStella Stamenova2018-06-012-8/+8
* [lit, lldbmi] Skip the new break-insert test on WindowsStella Stamenova2018-06-011-0/+4
* XFAIL TestIRMemoryMap.test on WindowsVedant Kumar2018-06-011-1/+1
* Fix Module::FindTypes to return the correct number of matches.Frederic Riss2018-06-016-0/+43
* Disable TestIRMemoryMap.test on WindowsVedant Kumar2018-06-011-0/+2
* [lldb, process] Fix occasional hang when launching a process in LLDBStella Stamenova2018-06-013-3/+7
* Add dependency on clang-headers when building LLDB.framework using CMakeAlex Langford2018-06-011-0/+3
* Add .debug_names section glue codePavel Labath2018-06-017-0/+23
* [lit] Remove the *.test suffix from two test inputsVedant Kumar2018-05-313-4/+4
* [IRMemoryMap] Test interleaved Mallocs and FreesVedant Kumar2018-05-313-3/+324
* [lldb-test] Make logging available to all subcommandsVedant Kumar2018-05-311-0/+3
* [IRMemoryMap] Test host-side allocationsVedant Kumar2018-05-312-3/+11
* [IRMemoryMap] Fix the alignment adjustment in MallocVedant Kumar2018-05-314-33/+49
* Set m_struct_valid to initial value in ctor. Jason Molenda2018-05-311-1/+2
* Remove infinite recursion due to FileSpec change.Jonas Devlieghere2018-05-311-5/+3
* Remove the TestSequenceFunctions "example" testPavel Labath2018-05-311-34/+0
* Remove append parameter to FindGlobalVariablesPavel Labath2018-05-3124-144/+88
* Simplify DWARFUnit::m_die_array swap() to use shrink_to_fit()Jan Kratochvil2018-05-311-9/+1
* [lldb-test] ir-memory-map: Avoid accessing a bad iteratorVedant Kumar2018-05-301-10/+8
* [lldb-test] Add a testing harness for the JIT's IRMemoryMapVedant Kumar2018-05-303-20/+215
* [LLDB] Re-apply r303907 that's reverted by mistakeTim Shen2018-05-302-7/+13
* [FileSpec] Re-implmenet removeLastPathComponentJonas Devlieghere2018-05-303-30/+57
OpenPOWER on IntegriCloud