summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [LLDB][MIPS] Fix GetUserRegisterInfoCount to count no of regs which are physi...Mohit K. Bhakkad2015-11-034-10/+26
* [LLDB][Watchpoint] Change ignore_count condition location to fix watchpoint i...Mohit K. Bhakkad2015-11-032-3/+10
* Do not try to copy host memory from address 0Enrico Granata2015-11-031-1/+1
* Add the ability to pass an EvaluateExpressionOptions when you make a UserExpr...Jim Ingham2015-11-0318-30/+72
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-03414-772/+815
* Emit an error message if the current working directory does not exist when th...Enrico Granata2015-11-031-1/+7
* Fix usage of removed decorator in TestExpressionsPavel Labath2015-11-031-1/+1
* Provide ADB port forwarding support for abstract sockets.Oleksiy Vyalov2015-11-036-29/+102
* Fix module cache sym links' creation for symbol files.Oleksiy Vyalov2015-11-031-2/+2
* Revert "Make new dotest.py executable"Pavel Labath2015-11-021-0/+0
* Revert "Remove the __import__ hack of lldbtest_config."Pavel Labath2015-11-021-2/+5
* This test case does not actually depend on Cocoa; Foundation is good enoguhEnrico Granata2015-11-022-2/+2
* Create lldbsuite.support package with `seven` file.Zachary Turner2015-11-022-0/+17
* Add a sketched out section on adding Language and LanguageRuntime plugins for...Enrico Granata2015-11-021-0/+23
* Revert part of r239007 related to creating the Python symlink.Zachary Turner2015-11-021-9/+0
* Change ValueObject::IsLogicalTrue so that it starts by asking the applicable ...Enrico Granata2015-11-023-0/+26
* Move go expression tests to the new location.Ryan Brown2015-11-022-0/+0
* First pass on www docs: Adding Programming Language Support to LLDBTodd Fiala2015-11-021-0/+170
* [dosep] Fix-up callers of process_dir, after it got its argument removedPavel Labath2015-11-021-2/+2
* Calculate size of sockaddr_un manually for abstract sockets:Oleksiy Vyalov2015-11-021-8/+31
* Remove the __import__ hack of lldbtest_config.Zachary Turner2015-11-021-5/+2
* Create an expression parser for Go.Ryan Brown2015-11-0229-397/+7215
* Make dosep correctly invoke the top-level script when forking outZachary Turner2015-11-022-6/+6
* Handle the options and parameters separator in every MI commandHafiz Abid Qadeer2015-11-025-3/+8
* Fix Clang-tidy modernize-use-nullptr warnings in include/lldb/API and source/...Eugene Zelenko2015-10-319-429/+334
* Harden this test case to do the right thing in the face of compiler changesEnrico Granata2015-10-312-2/+8
* Fix Clang-tidy modernize-use-override warnings in include/lldb/Expression, so...Eugene Zelenko2015-10-317-155/+122
* Abstract the notion of the truth value of an expression result, for useJim Ingham2015-10-313-9/+37
* Make the error return more explicit when an SBValue has no value.Jim Ingham2015-10-301-0/+3
* Add a few missing includes.Jim Ingham2015-10-301-0/+2
* Fix an error message (the debugger was invalid, not the target.)Jim Ingham2015-10-301-1/+1
* Fix Clang-tidy modernize-use-nullptr warnings in source/Breakpoint; other min...Eugene Zelenko2015-10-3011-209/+142
* Remove 2 lines missed in earlier commit (r251636).Hafiz Abid Qadeer2015-10-301-2/+0
* Mark another TestEvents test as flaky on linuxPavel Labath2015-10-301-0/+1
* Make new dotest.py executablePavel Labath2015-10-301-0/+0
* Added real editline tests.Todd Fiala2015-10-304-84/+382
* Some test cases that need the lldbExec path were failing because lldbExec was...Enrico Granata2015-10-301-1/+4
* Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Process/Utili...Eugene Zelenko2015-10-307-415/+449
* Fix Clang-tidy modernize-use-nullptr warnings in include/lldb/Symbol; other m...Eugene Zelenko2015-10-3012-161/+196
* Remove two #if0ed regions of code that we were using for an experiment but do...Enrico Granata2015-10-291-14/+0
* Add a --offset option to memory read that allows one to specify, given a type...Enrico Granata2015-10-293-2/+24
* Do not accept nullptr descriptions as valid summaries to be printedEnrico Granata2015-10-291-2/+7
* Add a --language (-l) option to the formatter delete commands in order to all...Enrico Granata2015-10-293-25/+100
* Give the test class it's own name (it was reusing the name from TestCompletio...Jim Ingham2015-10-291-1/+1
* Fix Clang-tidy modernize-use-nullptr warnings in remaining files in include/l...Eugene Zelenko2015-10-2910-203/+177
* Fix Clang-tidy modernize-use-nullptr warnings in some files in include/lldb/T...Eugene Zelenko2015-10-293-315/+251
* Add an 'internal' kind of summary to support one-off subclasses of TypeSummar...Enrico Granata2015-10-292-3/+19
* Better handle the arguments common to all MI commands.Hafiz Abid Qadeer2015-10-2920-142/+67
* Fixup lldb-argdumper cmake buildPavel Labath2015-10-291-1/+1
* Fix flakyness in TestChangeProcessGroupPavel Labath2015-10-291-3/+8
OpenPOWER on IntegriCloud