summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix comment in ABIMacOSX_i386::RegisterIsCalleeSaved to say thatJason Molenda2012-12-041-2/+10
* Cache the names for Objective-C classes if we knowSean Callanan2012-12-041-5/+5
* A few more build fixes for gcc 4.6:Daniel Malea2012-12-042-3/+4
* Don't re-add kexts and the kernel each time we get a notificationJason Molenda2012-12-011-14/+10
* Read full 64 bits of kernel address when locating aJason Molenda2012-12-011-1/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-2946-251/+251
* Don't return decorated (i.e., const or pointer)Sean Callanan2012-11-291-0/+4
* <rdar://problem/12636970>Greg Clayton2012-11-271-1/+2
* <rdar://problem/12106825>Greg Clayton2012-11-271-77/+88
* <rdar://problem/12636970>Greg Clayton2012-11-273-24/+108
* <rdar://problem/12723044> For 'process plugin packet send…', we just send i...Han Ming Ong2012-11-261-25/+13
* Fix Linux bug that leaves lldb in invalid state after expression evaluation t...Daniel Malea2012-11-234-16/+35
* Remove call to StopMonitor() from ProcessMonitor::Detach()Daniel Malea2012-11-221-2/+2
* <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong2012-11-171-0/+10
* <rdar://problem/12238339> Greg Clayton2012-11-161-0/+5
* Change RegisterContextLLDB's unwind logging to report which stack frameJason Molenda2012-11-161-4/+12
* A change in how we search for saved register values unintentionallyJason Molenda2012-11-164-22/+35
* <rdar://problem/12125010>Greg Clayton2012-11-151-1/+1
* <rdar://problem/11782181>Greg Clayton2012-11-151-26/+43
* In cases where the Objective-C ivar symbols are stripped out,Sean Callanan2012-11-153-6/+183
* Fixed an error in the ELF parser that was comparing a bool to 4 causing 32 bi...Greg Clayton2012-11-121-1/+1
* <rdar://problem/12153915>Greg Clayton2012-11-121-24/+80
* Fix libstdc++ buildDaniel Malea2012-11-121-1/+6
* Fixed a potential crash in the Darwin platform.Sean Callanan2012-11-121-1/+4
* Add support for libdispatch version 4 structure layout for findingJason Molenda2012-11-101-7/+24
* Don't assume that Modules have directories. They may be in-memory-onlyJason Molenda2012-11-101-1/+1
* Remove a debugging printf that was left in the code.Greg Clayton2012-11-091-1/+0
* Removed use of non-standard escape character '\%'Filipe Cabecinhas2012-11-091-1/+1
* Adding support for loading the scripting resource as part of a framework, lac...Enrico Granata2012-11-081-2/+23
* <rdar://problem/12586350>Enrico Granata2012-11-089-23/+55
* Fix a crasher in Jason Molenda2012-11-082-3/+4
* <rdar://problem/12645617>Greg Clayton2012-11-071-7/+24
* Logging improvements for the Objective-C runtime.Sean Callanan2012-11-071-2/+14
* Added unnamed bitfields to our bitfield test.Greg Clayton2012-11-061-1/+0
* Make sure to check the module is valid after trying to find a shared module.Greg Clayton2012-11-061-1/+1
* <rdar://problem/12582031> Greg Clayton2012-11-062-6/+92
* Add new ArchSpec methods, IsCompatibleMatch() and IsExactMatch(). Jason Molenda2012-11-041-1/+19
* <rdar://problem/12585314> Greg Clayton2012-11-012-41/+85
* Avoid a crash when trying to parse a line table in the DWARF parser.Greg Clayton2012-11-011-10/+12
* There seems to be some odd corner case where we shut down the ProcessGDBRemot...Jim Ingham2012-11-012-12/+60
* Patch for issue found by Carlo Kok. Fixed a type issue where an ';' was incor...Greg Clayton2012-10-311-3/+1
* Fixed a crash when we couldn't create aSean Callanan2012-10-311-15/+20
* Fix the bit pattern for vst1 in EmulateInstructionARM::GetThumbOpcodeForInstr...Jason Molenda2012-10-311-1/+1
* <rdar://problem/12602978>Greg Clayton2012-10-304-89/+44
* Change a couple of raw printf's to expression log output.Jim Ingham2012-10-301-2/+8
* Patch from Matt Kopec <matt.kopec@intel.com> to handle stepping into multiply...Jim Ingham2012-10-301-2/+5
* Use the "data()" accessor on the std::vector<clang_type_t> in case it is empty.Greg Clayton2012-10-301-1/+1
* <rdar://problem/12500785>Greg Clayton2012-10-291-2/+1
* Fix an incorrect comment...Jim Ingham2012-10-291-0/+2
* This is the first phase of supporting the DW_AT_object_pointer tag. I expand...Jim Ingham2012-10-273-25/+97
OpenPOWER on IntegriCloud