summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix Python 3 issues related to OS plugins.Zachary Turner2016-01-111-3/+3
* Introduce a PythonBytes class into PythonDataObjects.Zachary Turner2016-01-112-0/+145
* Replace accidental DOS (and mixed) line endings in a few text filesDimitry Andric2016-01-111-46/+46
* Don't try to parse the line table when it isn't specifiedTamas Berghammer2016-01-111-6/+11
* Make the aarch64 lldb-server capable of debugging arm32 applicationsTamas Berghammer2016-01-113-10/+110
* Writing a test case for r257234 I found another place that wasJim Ingham2016-01-091-1/+14
* Fix a thinko in the asserts in GetDynamicTypeAndAddress. It was requiring th...Jim Ingham2016-01-081-2/+11
* Add support for the LEAVE x86 instruction to AssemblyParse_x86.Jason Molenda2016-01-081-7/+38
* Prevent infinite recursive loop in AppleObjCTrampolineHandler constructorStephane Sezer2016-01-082-2/+7
* Treat an embedded int3/__debugbreak() as a breakpoint on Windows, includes a ...Adrian McCarthy2016-01-081-39/+57
* Change the key name for the libdispatch queue serial number fromJason Molenda2016-01-081-12/+12
* Make sure we don't send qModuleInfo packets unnecessarily.Stephane Sezer2016-01-082-1/+13
* Better scheme to lookup alternate mangled name when looking up function address.Siva Chandra2016-01-0710-93/+162
* [RenderScript] Improve file format for saving RS allocationsEwan Crawford2016-01-072-29/+154
* [Renderscript] Fix stack argument inspection.Aidan Dodds2016-01-061-43/+42
* Fix build warnings after rL256915Bhushan D. Attarde2016-01-061-8/+8
* [LLDB][MIPS32]Merge emulation of similar instructionsBhushan D. Attarde2016-01-062-1917/+521
* Fix for undefined behavior while updating PC value on arm-linuxOmair Javaid2016-01-051-1/+18
* [LLDB][MIPS] Make register read/write to set/get the size of register accordi...Sagar Thakur2016-01-051-3/+9
* Revert r256769Ewan Crawford2016-01-052-2/+2
* [FreeBSD] Use a cast sledgehammer to placate newer versions of clang.Davide Italiano2016-01-041-2/+2
* Use correct format identifiers to print something meaningful.Davide Italiano2016-01-042-2/+2
* Remove unused variableEd Maste2016-01-041-3/+1
* Strip trailing whitespaceEd Maste2016-01-043-194/+194
* Include IR/DerivedTypes.h instead of IR/Type.h so to match llvm change r256406.Craig Topper2015-12-251-1/+1
* [LLDB] Fix Read/Write memory to be compatible with both endiansMohit K. Bhakkad2015-12-231-4/+2
* Remove PC -1 offset from FreeBSD arm64 UpdateAfterBreakpointEd Maste2015-12-221-2/+0
* Don't pack the structs of the jit debug interfaceTamas Berghammer2015-12-221-2/+0
* Fix emulation of the thumb str instructionTamas Berghammer2015-12-211-2/+10
* Turns out, many people define structs named Point that do not share the same ...Enrico Granata2015-12-181-1/+1
* Fix the emulation of arm strd instructionTamas Berghammer2015-12-181-2/+5
* The lldb side changes to go along with r255711 where a newJason Molenda2015-12-186-0/+144
* [RenderScript] Support all RS allocation types Ewan Crawford2015-12-171-18/+100
* Inspect DW_AT_const_value global static const variablesEwan Crawford2015-12-172-4/+8
* Read macro info from .debug_macro section and use it for expression evaluation.Siva Chandra2015-12-1611-0/+289
* [LLDB][MIPS] Added support for MIPS1, MIPS2, MIPS3, MIPS4 and MIPS5 instructi...Sagar Thakur2015-12-151-0/+5
* Welcome to NetBSD signalsKamil Rytarowski2015-12-153-0/+66
* Fix scope-based lookup when more than one function is found.Dawn Perchik2015-12-121-0/+122
* Remove unused mips typedefs.Oleksiy Vyalov2015-12-121-3/+1
* Remove hardcoded registers from Hexagon ABITed Woodward2015-12-111-10/+21
* DisassemblerLLVMC now gets the disassembler comments for an instructionSean Callanan2015-12-112-19/+29
* [RenderScript] Support for amd64 RS hooksEwan Crawford2015-12-111-9/+54
* [RenderScript] Refactor condition deciding when to JIT RS runtimeEwan Crawford2015-12-101-9/+19
* [RenderScript] Add hook for destroyed allocationsEwan Crawford2015-12-092-1/+46
* [LLDB][MIPS] Adding call to IsMSAAvailable() while creating RegisterInfoInter...Sagar Thakur2015-12-092-7/+11
* Fix DoReadMemory for Windows mini dumps.Adrian McCarthy2015-12-091-1/+4
* Fix MSVC build after rL255016Tamas Berghammer2015-12-081-2/+4
* Modify "platform connect" to connect to processes as wellTamas Berghammer2015-12-0812-66/+320
* Add a new option to Platform::LoadImage to install the imageTamas Berghammer2015-12-082-5/+7
* [LLDB][MIPS] Handle PIC calling convention for MIPS32Bhushan D. Attarde2015-12-081-6/+37
OpenPOWER on IntegriCloud