summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* All instance variables start with "m_". Fix "options" to be "m_options".Greg Clayton2015-11-032-57/+57
* Fix __fp16 types so we can display them and use them in expressions.Greg Clayton2015-11-031-3/+8
* Fix build for go parser unittest.Ryan Brown2015-11-032-1/+13
* Fix a deadlock when connecting to a remote GDB server that might not support ...Greg Clayton2015-11-031-16/+20
* With the new modules debugging, we have seen cases where clang is not emittin...Greg Clayton2015-11-031-0/+17
* Revert change comitted in accidentally as r251992Tamas Berghammer2015-11-031-3/+0
* Use std::list::splice in TaskPool to avoid an allocationTamas Berghammer2015-11-031-2/+1
* wipTamas Berghammer2015-11-031-0/+3
* Python 3 - Fix checking of string types in unittest2 module.Zachary Turner2015-11-035-11/+17
* Introduce seven.cmp_ and use it instead of cmpZachary Turner2015-11-032-1/+5
* Squelch a silly warning regarding an extra 'default' in 'case'Ramkumar Ramachandra2015-11-031-39/+38
* Python 3 - Fix some issues in unittest2.Zachary Turner2015-11-034-12/+22
* Python 3: Modernize exception raising syntax.Zachary Turner2015-11-032-3/+3
* Python 3 - modernize exception catching syntax.Zachary Turner2015-11-0310-40/+40
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-03392-413/+391
* Python 3 - Don't use `commands` module anymore.Zachary Turner2015-11-034-11/+11
* Revert r251882 as it breaks the test suiteEnrico Granata2015-11-031-7/+1
* Fix flakyness in TestWatchLocationWithWatchSetPavel Labath2015-11-031-2/+4
* Skip TestBacktraceAll on android-armTamas Berghammer2015-11-031-1/+4
* Leave TestAttachResume as flakey on linuxPavel Labath2015-11-031-0/+1
* Fix race during process detachPavel Labath2015-11-032-35/+31
* Changes for Bug 25251Ravitheja Addepally2015-11-037-14/+232
* [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
OpenPOWER on IntegriCloud