summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Removed commented out includes [NFC]Raphael Isemann2018-08-291-4/+0
* [PDB] Resolve a symbol context block info correctlyAleksandr Urakov2018-08-293-6/+63
* [LLDB] Fix script to work with GNU sedShoaib Meenai2018-08-281-5/+6
* Allow IRInterpreter to deal with non-power-of-2 sized types to support some b...Frederic Riss2018-08-283-11/+53
* Remove unnecessary entitlement in debugserver for iOS.Jason Molenda2018-08-281-2/+0
* [lldb] Fix lldb build on muslRaphael Isemann2018-08-281-0/+1
* Respect platform sysroot when loading core filesPavel Labath2018-08-282-19/+70
* Use a RAII guard to control access to DisassemblerLLVMC.Raphael Isemann2018-08-282-60/+59
* Make the DYLD_INSERT_LIBRARIES workaround for SIP more robut for the various ...Adrian Prantl2018-08-271-4/+8
* Add a mkdir -p to builddir into lldbtest.pyAdrian Prantl2018-08-271-0/+11
* Fix typoAdrian Prantl2018-08-271-1/+1
* Let the CompilerInstance create our clang ASTContextRaphael Isemann2018-08-271-10/+5
* Disable use-color if the output stream is not a terminal with color support.Raphael Isemann2018-08-274-2/+15
* Disable exceptions for TestDataFormatterLibcxxOptional.pyFrederic Riss2018-08-251-1/+1
* [vscode] Skip some of the vscode tests on Linux and fix oneStella Stamenova2018-08-243-0/+17
* Fixed windows bots that were failing because of PATH_MAXRaphael Isemann2018-08-241-0/+2
* [PDB] Make variables.test to pass using a 32-bit compiler tooAleksandr Urakov2018-08-241-1/+1
* Add more pre-run asserts for the DirCompletionAbsolute testRaphael Isemann2018-08-231-0/+3
* Reuse the SelectorTable from Clang's PreprocessorRaphael Isemann2018-08-232-5/+1
* Restrict the set of plugins used for ProcessMinidumpLeonard Mosescu2018-08-232-8/+15
* Change xfail to skipIf. The exact condition is really difficult to getAdrian Prantl2018-08-231-1/+1
* XFAIL test for older versions of clangAdrian Prantl2018-08-231-1/+1
* Fix broken builtin functions in the expression commandRaphael Isemann2018-08-233-4/+64
* Fix format string issue introduced in r340548Walter Lee2018-08-231-1/+1
* [cmake] Add option to skip building lldb-serverAlex Langford2018-08-233-2/+4
* Fix check for dictionary entryAdrian Prantl2018-08-231-1/+1
* XFAIL test for older versions of dsymutilAdrian Prantl2018-08-231-0/+1
* lldbtest.py: Work around macOS SIP when testing ASANified builds.Adrian Prantl2018-08-231-0/+20
* Add libc++ data formatter for std::functionAdrian Prantl2018-08-235-38/+261
* Add include directory for libxml on macOSStephane Sezer2018-08-221-2/+1
* Add unit test for StringLexerRaphael Isemann2018-08-222-0/+142
* lldbtest.py: Unconditionally set the clang module cache path.Adrian Prantl2018-08-212-13/+11
* Makefile.rules: Use an absolute path to the module cache directory.Adrian Prantl2018-08-211-1/+2
* Reflow commentsAdrian Prantl2018-08-201-3/+3
* Set path to sanitizer runtime when running tests through LIT on macOS.Adrian Prantl2018-08-202-0/+17
* Remove manual byte counting from Opcode::DumpRaphael Isemann2018-08-201-13/+14
* Fix lit.cfg for python3: can only concatenate str (not "bytes") to strStefan Granitz2018-08-201-1/+1
* [NFC] Minor update to commentAleksandr Urakov2018-08-201-1/+1
* Skip tests on Darwin for now. The build bots are not passing due to heavy loa...Greg Clayton2018-08-188-3/+24
* Skip the lldb-vscode attach with waitFor test for now, some build bots are ha...Greg Clayton2018-08-171-0/+1
* Show how to use "lldb -P" to find the lldb.py.Jim Ingham2018-08-171-4/+5
* Change the attach test case to use self.assertEqual so we can get more info o...Greg Clayton2018-08-171-2/+10
* Fix compiler warnings after rL339649.Aleksandr Urakov2018-08-172-10/+7
* Add a relocation for R_AARCH64_ABS32 in ObjectFileELFStephane Sezer2018-08-171-4/+9
* Remove commented out constructor from ScalarAlex Langford2018-08-161-43/+0
* Remove outdated TODOs in RegisterValueAlex Langford2018-08-161-3/+0
* Update the Core file loading instructions so they keep the process stopped af...Greg Clayton2018-08-161-0/+1
* [dotest] Make --test-subdir work with --no-multiprocessVedant Kumar2018-08-163-18/+49
* Fix lldb-vscode build on WindowsReid Kleckner2018-08-164-11/+12
* Disable two flaky pexpect-backed tests on DarwinVedant Kumar2018-08-162-0/+10
OpenPOWER on IntegriCloud