summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Remove the -c option from dotest.py.Zachary Turner2015-12-086-164/+6
* Remove default case in switch which covers all enumeration valuesEd Maste2015-12-081-1/+0
* Remove the -X option from dotest.pyZachary Turner2015-12-083-10/+3
* Remove the -g option from dotest.pyZachary Turner2015-12-083-11/+1
* Remove the -b option from dotest.pyZachary Turner2015-12-085-49/+0
* Change DeclContextFindDeclByName to return a vector of CompilerDecl objects. ...Greg Clayton2015-12-086-20/+19
* Remove +b option from dotest.pyZachary Turner2015-12-084-22/+1
* Remove the -D option from dotest.py.Zachary Turner2015-12-083-9/+0
* flip on executable bit on test runner testsTodd Fiala2015-12-082-0/+0
* Fix MSVC build after rL255016Tamas Berghammer2015-12-081-2/+4
* Modify "platform connect" to connect to processes as wellTamas Berghammer2015-12-0825-151/+576
* Add a new option to Platform::LoadImage to install the imageTamas Berghammer2015-12-088-31/+225
* Fixup dotest.py on mac for the configuration packagePavel Labath2015-12-082-3/+3
* Fixup dotest.py after the configuration package introductionPavel Labath2015-12-081-1/+1
* [LLDB][MIPS] Handle PIC calling convention for MIPS32Bhushan D. Attarde2015-12-081-6/+37
* Move LLDBTestResult class to its own module.Zachary Turner2015-12-083-231/+259
* Get rid of global variables in dotest.pyZachary Turner2015-12-0821-721/+560
* Trying to submit 254476 one more time. This implement -gmodule debugging supp...Greg Clayton2015-12-0823-184/+1319
* Refactor ResultsFormatter creation into result_formatter.Todd Fiala2015-12-082-73/+133
* Add NetBSD in platform specific logging of the specified category in Register...Kamil Rytarowski2015-12-071-0/+3
* Add initial NetBSD support in lldbsuite/test/lldbtest.pyKamil Rytarowski2015-12-071-5/+21
* Return gmake as the default name for GNU make on NetBSDKamil Rytarowski2015-12-071-1/+1
* Rename test_results.py to result_formatter.py.Zachary Turner2015-12-075-19/+20
* getwd(3) with NULL pointer extension is supported on NetBSDKamil Rytarowski2015-12-071-2/+2
* Allow variable names to be quoted with -var-list-childrenChuck Ries2015-12-072-1/+4
* Fix watchpoint check to use watchpoint rangesTed Woodward2015-12-071-1/+6
* test commit.Chuck Ries2015-12-071-1/+1
* [RenderScript] Mips64 allocations workaroundEwan Crawford2015-12-072-90/+180
* Recommit "Fix race during process interruption"Pavel Labath2015-12-074-128/+120
* Make TestThreadStates more stablePavel Labath2015-12-071-25/+11
* Added lldbsuite.lldb_test_root, switched formatter to use it.Todd Fiala2015-12-072-5/+10
* [LLDB][MIPS] Marking some expected failuresMohit K. Bhakkad2015-12-072-11/+17
* Moved total test count and rerun count into summary counts.Todd Fiala2015-12-071-8/+22
* Move test summary counts to end; simplify issue detail lineTodd Fiala2015-12-071-6/+16
* Plug-in PlatformNetBSD initializer and terminatorKamil Rytarowski2015-12-051-0/+2
* Document NetBSD platform support on the webpageKamil Rytarowski2015-12-055-4/+25
* Define new builder_netbsdKamil Rytarowski2015-12-052-0/+6
* [LLDB][MIPS] Fix TestConstVariables.pySagar Thakur2015-12-051-0/+1
* Make TestThreadSpecificBreakpoint.py more focused.Zachary Turner2015-12-045-53/+143
* Python 3 - Fix script import --allow-reload.Zachary Turner2015-12-041-3/+8
* Make it clear how you would get the pointee out of an SBValue withJim Ingham2015-12-042-1/+10
* Reduce memory traffic in ConstString in the std::map formatterEnrico Granata2015-12-041-6/+14
* Do the same iterator caching optimization for std::mapEnrico Granata2015-12-041-48/+64
* Implement GetMemoryRegionInfo for mini dumps.Adrian McCarthy2015-12-046-13/+98
* Add a similar benchmark for our std::map performanceEnrico Granata2015-12-043-0/+75
* Fix typo in a commentKamil Rytarowski2015-12-041-1/+1
* Add documentation for SBTarget::CreateValueFromAddress.Jim Ingham2015-12-041-0/+18
* Cache the incremental iterators as you traverse the list, so that you don't h...Enrico Granata2015-12-041-64/+79
* Fix an issue where all tests marked with skip_if_callable would be skipped re...Enrico Granata2015-12-041-4/+5
* Improve the std::list data formatter to not need to calculate indices for eve...Enrico Granata2015-12-041-3/+6
OpenPOWER on IntegriCloud