summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins
Commit message (Expand)AuthorAgeFilesLines
* Revert "Make dwarf parsing multi-threaded"Tamas Berghammer2015-10-203-71/+23
* Make dwarf parsing multi-threadedTamas Berghammer2015-10-203-23/+71
* Increase default memory cache line size for androidPavel Labath2015-10-202-0/+10
* [LLDB] Insert names with same signo as alias instead of a new entryMohit K. Bhakkad2015-10-204-209/+199
* Rationalization of includes in the data formatters codeEnrico Granata2015-10-202-1/+4
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ot...Eugene Zelenko2015-10-2014-468/+480
* Fixed PlatformDarwin to locate Xcode by using HostInfo::GetProgramFileSpec()....Greg Clayton2015-10-201-48/+55
* [PlatformDarwin.cpp] Include <mutex> for std::once_flag.Siva Chandra2015-10-191-0/+2
* Allow LLDB.framework to locate debugserver even when it doesn't exist in the ...Greg Clayton2015-10-196-42/+116
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-1917-295/+314
* Fix for random watchpoint testsuite failures on AArch64 targets.Omair Javaid2015-10-191-1/+4
* [LLDB][MIPS] Use the correct ptrace buffer for writing register value for o32...Sagar Thakur2015-10-191-8/+9
* Silence -Wqual-cast warnings from GCC 5.2Saleem Abdulrasool2015-10-183-5/+9
* Silence some -Wunused-but-set-variable with gcc 5.2.0Saleem Abdulrasool2015-10-183-20/+4
* [LLDB] Fix Clang-tidy modernize-use-override warnings in some headers in sour...Eugene Zelenko2015-10-1717-367/+375
* [LLDB] Fix Clang-tidy modernize-use-override warnings in source/Plugins/ABI; ...Eugene Zelenko2015-10-1612-420/+435
* Fix linkage of `init_lldb` SWIG method in Python 3.Zachary Turner2015-10-161-1/+5
* Convert SWIG typemap string operations to PythonObjects.Zachary Turner2015-10-162-5/+44
* 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
OpenPOWER on IntegriCloud