summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Fix OSX breakage caused by r262597Pavel Labath2016-03-031-0/+1
* Fetch remote log files from LLGS testsPavel Labath2016-03-031-5/+28
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-036-312/+237
* Don't build source/Plugins/Process/Linux in the Xcode project file.Jason Molenda2016-03-031-38/+0
* Add SymbolFilePDB to xcode project file to keep itJason Molenda2016-03-021-6/+22
* Add support for reading line tables from PDB files.Zachary Turner2016-03-0224-25/+1250
* Use shallow clones in build-llvm.py.Stephane Sezer2016-03-021-1/+1
* Upgrade the arm/thumb architecture used by the disassemblerTamas Berghammer2016-03-021-2/+2
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-022-220/+196
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-028-284/+229
* Fix bug with function resolution when using IR InterpreterTed Woodward2016-03-014-28/+45
* DWARFExpression: Don't resolve load address in DW_OP_plusTamas Berghammer2016-03-011-3/+3
* Slightly improve logging in LLGS testsPavel Labath2016-03-011-1/+1
* Fix warning in NSDictionary.cppPavel Labath2016-03-011-1/+1
* Update the on-device arm specific code to match the API changesJason Molenda2016-03-011-5/+5
* Fix MSVC build failure in source/Target/Process.cpp.Eugene Zelenko2016-03-011-1/+1
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Target/...Eugene Zelenko2016-03-011-194/+182
* When 'help' cannot find a command, produce additional help text that also poi...Enrico Granata2016-02-295-19/+93
* Fix a typo in my previous commit. This would cause mutable NSArrays to show u...Enrico Granata2016-02-291-1/+1
* Change the user-visible name for the argument type language to source-languageEnrico Granata2016-02-291-1/+1
* NFC: Refactor ProcessWinMiniDump to use a more traditional pimpl idiom.Adrian McCarthy2016-02-292-274/+309
* Fix TestInlines.py on WindowsAdrian McCarthy2016-02-294-8/+8
* Add an LLDB data formatter for single-element NSArray and NSDictionary Cocoa ...Enrico Granata2016-02-2913-42/+300
* Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; oth...Eugene Zelenko2016-02-2914-273/+248
* Revert a part of "Add/Improve complex, vector, aggregate types handling for S...Pavel Labath2016-02-291-3/+3
* Add/Improve complex, vector, aggregate types handling for SysV ARM (hard/soft...Omair Javaid2016-02-292-61/+125
* Fix compiler warnings in the java codePavel Labath2016-02-292-4/+2
* Revert "Fix bug with register values byte order in expression evaluation."Todd Fiala2016-02-271-10/+3
* Make LLDB safer to use with respect to the global destructor chain.Greg Clayton2016-02-263-12/+15
* Fix Clang-tidy modernize-use-nullptr warnings in remaining files in source/Pl...Eugene Zelenko2016-02-267-477/+447
* Register value is not necessarily scalar.Chaoren Lin2016-02-261-261/+262
* Make sure to #include <atomic> for the std::atomic<bool> that was recently ad...Greg Clayton2016-02-261-0/+1
* Make sure the Target, Process and Thread GetGlobalProperties() static methods...Greg Clayton2016-02-263-8/+18
* SymbolFileDWARFDebugMap::FindTypes didn't obey the max_matches flag, Jim Ingham2016-02-261-1/+4
* remove unused local string in IRForTarget.cppAidan Dodds2016-02-261-2/+0
* Fix bug with register values byte order in expression evaluation.Aidan Dodds2016-02-261-3/+9
* The IOHandlerProcessSTDIO is the _only_ IOHandler that gets pushed and popped...Greg Clayton2016-02-261-3/+22
* Add new java plugin files to the xcode projectTamas Berghammer2016-02-261-0/+50
* Revert part of rL262014 as it caused issues on gcc-i386Tamas Berghammer2016-02-261-4/+0
* Add mips32 software breakpoints into platform::GetSoftwareBreakpointTrapOpcod...Aidan Dodds2016-02-261-0/+2
* Fix address class lookup for absolute symbolsTamas Berghammer2016-02-261-1/+5
* Add a set of new plugins to handle Java debuggingTamas Berghammer2016-02-2622-3/+3110
* Add support for DW_OP_push_object_address in dwarf expressionsTamas Berghammer2016-02-268-22/+64
* [LLDB][MIPS] Fix TestInferiorAssert.py for MIPSSagar Thakur2016-02-261-0/+4
* Make TestPlatformProcessConnect to support abstract/domain sockets.Oleksiy Vyalov2016-02-261-4/+20
* Clear alias argument vector for 'p' alias.Chaoren Lin2016-02-261-0/+2
* Add the "block" keyword to "thread step-in -e", and an alias that uses it: "s...Jim Ingham2016-02-265-3/+200
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Plugins...Eugene Zelenko2016-02-265-602/+618
* Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton2016-02-2628-104/+93
* Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko2016-02-251-305/+194
OpenPOWER on IntegriCloud