summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins
Commit message (Expand)AuthorAgeFilesLines
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-2016-34/+34
* Change Error::SetErrorStringWithFormat() prototype to use anJason Molenda2011-09-201-1/+1
* Don't put modules for .o files into the global shared module list. WeGreg Clayton2011-09-186-160/+68
* Adopt the intrusive pointers in:Greg Clayton2011-09-171-1/+1
* Removed the function:Greg Clayton2011-09-172-8/+7
* Convert lldb::ModuleSP to use an instrusive ref counted pointer.Greg Clayton2011-09-178-50/+56
* Foe x86_64/i386, piggyback the hardware index of the fired watchpoint in the ...Johnny Chen2011-09-173-3/+13
* Tighten up the 'log enable lldb unwind' printing forJason Molenda2011-09-162-10/+10
* Have the FuncUnwinder object request & provide an architecture-definedJason Molenda2011-09-154-4/+16
* Set the OS in the triple correctly in response to the qHostInfo packet.Greg Clayton2011-09-151-1/+1
* Huge memory and performance improvements in the DWARF parser.Greg Clayton2011-09-1212-872/+578
* Fixed the header guards.Greg Clayton2011-09-1216-35/+30
* Fixed the logging output to be done consistently across all plug-ins.Greg Clayton2011-09-124-40/+43
* Quick fixes to the PE COFF file loader.Greg Clayton2011-09-102-44/+160
* Fix compiler warnings for GetGDBStoppointType().Johnny Chen2011-09-091-2/+2
* Added first pass at PE COFF file reading support. It parses the sectionsGreg Clayton2011-09-092-0/+1040
* Patch from Pilipe to allow "target create" on the remote-macosx platform!Johnny Chen2011-09-091-1/+11
* FreeBSD platform patch from Filipe!Johnny Chen2011-09-092-178/+570
* Patch from Filipe!Johnny Chen2011-09-091-1/+1
* Move the SourceManager from the Debugger to the Target. That way it can stor...Jim Ingham2011-09-082-15/+22
* Watchpoint WIP: on the debugger side, create an instance of eitherJohnny Chen2011-09-081-1/+8
* Fill out implementation of Enable/DisableWatchpoint() for ProcessGDBRemote cl...Johnny Chen2011-09-061-4/+46
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-064-37/+10
* Added alpha .debug_names and .debug_types support in the DWARF parser.Greg Clayton2011-09-024-24/+142
* Added the ability for DWARF locations to use the ABI plug-ins to resolveGreg Clayton2011-09-022-169/+181
* Added files I forget to checkin with my last checkin.Greg Clayton2011-09-012-0/+235
* Added support for accessing and loading our new .debug_names and .debug_typesGreg Clayton2011-09-015-34/+266
* Patch by Filipe for FreeBSD platform plugin!Johnny Chen2011-08-292-15/+37
* Fix a bunch of places where we were passing Stream *'s but wereJim Ingham2011-08-2712-142/+142
* Fixed an assertion that could happen if we happened to parse a mach-o objectGreg Clayton2011-08-261-1/+18
* Move DIE location reporting into the DWARFDebugInfo class, use it from there ...Jim Ingham2011-08-263-15/+36
* Added code to test hash bucket sizes for an DWARF index that we can writeGreg Clayton2011-08-262-0/+77
* Add logging to SymbolFileDWARF::ParseType so that we can tell the type/comp_u...Jim Ingham2011-08-251-0/+19
* Make ThreadList::GetSelectedThread() select and return the 0th thread if ther...Johnny Chen2011-08-251-3/+1
* The Compilation Unit language was being stored in a variable called "class_la...Jim Ingham2011-08-241-2/+2
* Finishing the renaming from "MacOSX-Kernel" to "Darwin-Kernel".Greg Clayton2011-08-224-85/+85
* Renaming "MacOSX-Kernel" to "Darwin-Kernel". The file contents and projectGreg Clayton2011-08-225-1/+1
* Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton2011-08-2223-396/+1681
* Revert the workaround patch in the last check in. With the local patch to LL...Johnny Chen2011-08-191-30/+1
* Third round of code cleanups:Enrico Granata2011-08-192-5/+5
* Apply some workaround for known crashers.Johnny Chen2011-08-181-1/+30
* New category "gnu-libstdc++" provides summary for std::string and synthetic c...Enrico Granata2011-08-171-4/+1
* When defining a scripted command, it is possible to provide a docstring and t...Enrico Granata2011-08-171-6/+42
* Fixed an issue where we could end up creating multipleGreg Clayton2011-08-161-29/+59
* Fix two logic errors uncovered by the static analyzer.Johnny Chen2011-08-161-3/+3
* Objective-C runtime now caches resolved ISA information for increased efficiencyEnrico Granata2011-08-152-3/+39
* Factor out the code that parses ObjC Method names into a static methodJim Ingham2011-08-151-44/+17
* Taking care of an issue relating to mapping DeclContext's to DIE'sEnrico Granata2011-08-121-0/+1
* Fix a logic error (Division by zero) uncovered by the static analyzer.Johnny Chen2011-08-121-1/+1
* Fixed the issue of a DW_TAG_subprogram in a DW_TAG_subprogram correctly thisGreg Clayton2011-08-122-19/+27
OpenPOWER on IntegriCloud