summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
...
* [lldbsuite] The test inside TestOverloadedFunctions.py has the wrong class nameStella Stamenova2018-07-121-1/+1
* Remove incorrect thread-pc-values clearingJason Molenda2018-07-121-1/+0
* Get rid of the C-string parameter in DoExecuteRaphael Isemann2018-07-1219-222/+227
* [process] Update the documentation for ReadMemory and DoReadMemory to include...Stella Stamenova2018-07-121-1/+14
* Restructure the minidump loading path and add early & explicit consistency ch...Leonard Mosescu2018-07-128-56/+169
* Remove the unused m_signal member variable, but leave the code that gets it o...Eric Christopher2018-07-122-3/+2
* Remove unused variable m_header as it hasn't been used since it wasEric Christopher2018-07-122-6/+4
* [IRInterpreter] Fix misevaluation of interpretation expressions with `urem`.Davide Italiano2018-07-124-5/+31
* [windows] Fix out-of-memory failure in some of the testsStella Stamenova2018-07-111-22/+40
* [FileCheck] Add -allow-deprecated-dag-overlap to failing lldb testsJoel E. Denny2018-07-111-3/+3
* Allow specifying an exit code for the 'quit' commandRaphael Isemann2018-07-1119-5/+222
* Refactor ClangUserExpression::Parse [NFC]Raphael Isemann2018-07-102-30/+63
* [windows] LLDB shows the wrong values when register read is executed at a fra...Stella Stamenova2018-07-109-70/+76
* [testsuite] Implement a category to skip libstdcxx testsDavide Italiano2018-07-1011-30/+28
* Refactor parsing of option lists with a raw string suffix.Raphael Isemann2018-07-1012-232/+472
* Rollback [test-suite] Add a decorator for the lack of libstdcxx on the system.Davide Italiano2018-07-0910-21/+26
* [ObjCRuntime] Add support for obfuscation in tagged pointers.Davide Italiano2018-07-094-7/+54
* Don't take the address of an xvalue when printing an expr resultRaphael Isemann2018-07-094-3/+56
* Retrieve a function PDB symbol correctly from nested blocksStella Stamenova2018-07-091-1/+1
* Add LLDB_API to SBAddress's operator==.Alexander Polyakov2018-07-071-2/+2
* Fix build on Windows with SDK build version >= 17134.Tatyana Krasnukha2018-07-071-5/+0
* [test-suite] Add a decorator for the lack of libstdcxx on the system.Davide Italiano2018-07-0610-26/+21
* Remove a bunch more references to _LIBCPP_INLINE_VISIBILITYJim Ingham2018-07-068-40/+18
* Address a few post facto review comments from Adrian.Jim Ingham2018-07-052-6/+10
* Don't muck with _LIBCPP_INLINE_VISIBILITY just to get predictable line table ...Jim Ingham2018-07-051-9/+8
* [CMake] Simplify a few framework build rulesAlex Langford2018-07-051-2/+2
* Fixed redefinition warnings with LLVM_ENABLE_MODULESRaphael Isemann2018-07-051-0/+2
* [lit] Don't require semicolon separatorJonas Devlieghere2018-07-042-4/+11
* Fix and simplify lldb.command decoratorDave Lee2018-07-044-21/+53
* [CMake] Remove redundant path componentJonas Devlieghere2018-07-041-1/+1
* [CMake] Use LLVM_RUNTIME_OUTPUT_INTDIR for LLDB exectuableJonas Devlieghere2018-07-041-1/+4
* [CMake] Move some variables aroundJonas Devlieghere2018-07-042-3/+13
* Ammend "Fix MSVC2015 compilation failure after r336206 patch".Alexander Polyakov2018-07-031-0/+2
* Fix MSVC2015 compilation failure after r336206 patch.Alexander Polyakov2018-07-031-0/+6
* [lldb-mi] Re-implement symbol-list-lines command.Alexander Polyakov2018-07-0314-282/+101
* Add new API to SBTarget and SBModule classes.Alexander Polyakov2018-07-038-0/+135
* Re-sort the lldb.xcodeproj project file and commit the scriptJason Molenda2018-07-032-2557/+2798
* [lldb-mi] Re-implement a few MI commands.Alexander Polyakov2018-07-028-463/+190
* FIx XCode project files for lldbRaphael Isemann2018-07-021-2554/+2560
* Fixed compilation failure after the code completion refactor patchRaphael Isemann2018-07-022-4/+4
* [lldbsuite, windows] Don't crash LLDB when we try to retrieve a register on W...Stella Stamenova2018-07-025-12/+18
* Refactoring for for the internal command line completion API (NFC)Raphael Isemann2018-07-0224-479/+536
* [lldb-mi] Clean up and update a few MI commands.Alexander Polyakov2018-06-292-51/+35
* Add a test for reading lld-generated build-idsPavel Labath2018-06-297-18/+50
* UUID: Add support for arbitrary-sized module IDsPavel Labath2018-06-295-128/+97
* Fix use-after-free in CommandCompletions.cppPavel Labath2018-06-291-1/+1
* Fix TestLoadUsingPaths on linuxPavel Labath2018-06-291-0/+1
* Modernize completion testsPavel Labath2018-06-291-53/+32
* Fix path completion test case added in rL335905 on WindowsRaphael Isemann2018-06-281-4/+2
* Add a way to load an image using a library name and list of paths.Jim Ingham2018-06-2814-18/+479
OpenPOWER on IntegriCloud