summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename argdumper to lldb-argdumperTodd Fiala2015-10-296-35/+35
* Leave TestAttachResume as flakey on linuxPavel Labath2015-10-291-0/+1
* Correctly include LLVM_EXTERNAL_CLANG_SOURCE_DIR.Chaoren Lin2015-10-291-1/+5
* Fix Clang-tidy modernize-use-nullptr warnings in include/lldb/Expression and ...Eugene Zelenko2015-10-2914-175/+185
* Xcode suggested enabling a "no common blocks" warningJason Molenda2015-10-2910-49/+84
* Explicitly cast size_t var to (uint64_t) when printf format is PRIx64.Jason Molenda2015-10-291-2/+2
* Static analyzer noticed that a null get_pending_items_caller couldJason Molenda2015-10-291-1/+7
* Fix potential null deref; after SymbolContextSpecifier::SymbolContextMatchesJason Molenda2015-10-281-1/+1
* Remove an unused local variableEnrico Granata2015-10-281-1/+0
* Revert r251578. I was in the middle of editing the commit messageJason Molenda2015-10-281-1/+1
* Make sure we don't over specify an architecture when we connect to KDP and us...Greg Clayton2015-10-283-26/+49
* Initialize data_len to 0 in source/Plugins/Platform/Android/AdbClient.cppJason Molenda2015-10-281-1/+1
* Change Target::EvaluateExpression to take an ExecutionContextScope * rather t...Jim Ingham2015-10-284-4/+6
* Remove unused SUN_LEN macro for Android.Oleksiy Vyalov2015-10-281-7/+0
* Fix Clang-tidy modernize-use-nullptr warnings in remaining files in include/l...Eugene Zelenko2015-10-2815-302/+197
* Skip this test is the test suite is running in a mode where it has no WindowS...Enrico Granata2015-10-281-6/+9
* Fix Clang-tidy modernize-use-nullptr warnings in some files in include/lldb/C...Eugene Zelenko2015-10-286-212/+141
* Don't crash when opening a fuzzed mach-o file that has bad dyld trie data.Greg Clayton2015-10-281-9/+17
* Removed an unecessary code-signing phase on lldb-tool.Sean Callanan2015-10-281-14/+0
* Add check for __main__ in dotest.py to ensure problems with multiprocessing o...Adrian McCarthy2015-10-281-3/+4
* Make lldb-gdbserver to take explicit socket scheme as command line argument.Oleksiy Vyalov2015-10-285-4/+31
* Try to fix the linux buildbot.Zachary Turner2015-10-281-0/+2
* Mark TestHelloWorld and TestInferiorAssert.py as XFAIL due llvm.org/pr25338.Oleksiy Vyalov2015-10-282-0/+6
* Refactor Windows process plugin to allow code sharing between live and mini d...Adrian McCarthy2015-10-2833-1764/+2063
OpenPOWER on IntegriCloud