summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins
Commit message (Expand)AuthorAgeFilesLines
* Update SWIG typemaps to use `PythonFile`.Zachary Turner2015-10-162-1/+26
* Resubmit: RenderScript command for printing allocation contents Ewan Crawford2015-10-162-0/+463
* Split Socket class into Tcp/Udp/DomainSocket subclasses.Oleksiy Vyalov2015-10-152-12/+12
* Introduce a `PythonFile` object, and use it everywhere.Zachary Turner2015-10-154-34/+133
* Fix broken assert in DWARFDIE.cpp on OS XTodd Fiala2015-10-151-1/+1
* In r240466, when Greg added the jThreadsInfo packet, he accidentallyJason Molenda2015-10-151-1/+0
* Add a data formatter for __NSArray0, the type of empty arraysEnrico Granata2015-10-142-0/+74
* Make uses of /dev/null portable across OSes.Zachary Turner2015-10-142-5/+7
* Get Python unit tests working with Python 3.Zachary Turner2015-10-141-39/+28
* Avoid a -Wreorder warning in ScriptInterpreterPython.cpp.Stephane Sezer2015-10-141-2/+2
* Fix Python initialization for Python 3.Zachary Turner2015-10-141-46/+91
* Minor cleanup on PythonDataObject constructors.Zachary Turner2015-10-142-5/+13
* Change swig interface files to use PythonDataObjects.Zachary Turner2015-10-142-4/+13
* lldb-server: add support for binary memory readsPavel Labath2015-10-143-14/+19
* Revert "RenderScript command for printing allocation contents"Pavel Labath2015-10-142-463/+0
* Make use of lldv::Triple::isAndroidTamas Berghammer2015-10-143-13/+7
* Fix compiler warnings in ScriptInterpreterPythonPavel Labath2015-10-141-1/+1
* RenderScript command for printing allocation contentsEwan Crawford2015-10-142-0/+463
* [LLDB] Adding mips32 in the list of archs with watchpoint_exceptions_received...Mohit K. Bhakkad2015-10-141-1/+3
* [LLDB][MIPS64] Adding mips64 reaturn address register for unwind planMohit K. Bhakkad2015-10-141-0/+1
* ArchSpec: fix unintentional promotion of unspecified unknowns to specified un...Todd Fiala2015-10-131-0/+6
* Remove definition of ~PlatformNetBSD(), since its declaration is marked as '=...Bruce Mitchener2015-10-131-13/+0
* Change PyFile_FromFile to use PyFile_FromFd when using Py3.Zachary Turner2015-10-131-5/+17
* Fix ref counting of Python objects.Zachary Turner2015-10-134-770/+659
* Fix cast in arm watchpoint handling codeTamas Berghammer2015-10-131-1/+1
* Preliminary NetBSD supportBruce Mitchener2015-10-132-0/+878
* Fix a misunderstanding of the ThreadPlan::OkayToDiscard flag in InferiorCallP...Jim Ingham2015-10-121-9/+0
* X86: Change FTAG register size in FXSAVE structureAbhishek Aggarwal2015-10-124-2/+16
* Fix build broken by r249885Zachary Turner2015-10-092-3/+3
* Port native Python-API to 3.xZachary Turner2015-10-093-99/+227
* Remove long-forgotten plugin virtuals.Bruce Mitchener2015-10-096-80/+0
* [LLDB][MIPS] fix watchpoint searched on client side for same masked variablesMohit K. Bhakkad2015-10-091-0/+2
* Fix a crash, an UB and add some assert to dwo symbol file handlingTamas Berghammer2015-10-094-0/+15
* Addressing warning due to rL249651Mohit K. Bhakkad2015-10-091-3/+0
* Re-commit the (fixed) changes from r248985 which were reverted by PavelJason Molenda2015-10-082-1/+9
* Fix the undefined symbol issue with go linking with autotools: build the Lang...Sylvestre Ledru2015-10-081-0/+1
* Testcase and fix for bug 24074Ravitheja Addepally2015-10-084-4/+17
* [LLDB][MIPS] microMIPS load/store instruction emulation for hardware watchpointsMohit K. Bhakkad2015-10-081-18/+55
* [DWARFASTParserClang] Strengthen incomplete type handling.Siva Chandra2015-10-071-47/+84
* Fix the TestCppNsImport test case for DWARF. It was failing for DWARF in .o f...Greg Clayton2015-10-072-0/+11
* This is the work I was building up to with my patches yesterdayEnrico Granata2015-10-079-95/+429
* Reduce header inclusion in Expression.Bruce Mitchener2015-10-074-4/+2
* Remove unused virtuals from ABISysV_ppc*Bruce Mitchener2015-10-072-24/+0
* [Go] Fix inconsistent-missing-override warnings.Bruce Mitchener2015-10-071-4/+4
* Enable the StringPrinter to have prefixes that are strings instead of just a ...Enrico Granata2015-10-073-14/+14
* Introduce a variant of GetSummaryAsCString() that takes a LanguageType argume...Enrico Granata2015-10-071-5/+5
* Add missing GoLanguageRuntime files.Ryan Brown2015-10-064-0/+350
* Create GoLanguageRuntime.Ryan Brown2015-10-061-0/+1
* Remove GetShortPluginName.Bruce Mitchener2015-10-065-28/+0
* Fix virtual/override warnings in new MIPS code.Bruce Mitchener2015-10-061-17/+17
OpenPOWER on IntegriCloud