summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/Function.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Stop spurious "DW_AT_specification(0x%8.8x) has no decl" warnings that were d...Greg Clayton2011-10-051-1/+1
* <rdar://problem/10212450>Greg Clayton2011-09-301-0/+21
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-2/+2
* Fixed the logging output that appears when doing a:Greg Clayton2011-08-161-6/+4
* We were leaking a stack frame in StackFrameList in Thread.cpp which couldGreg Clayton2011-08-121-0/+25
* This is an overhaul of the expression parser codeSean Callanan2011-08-051-0/+24
* This change brings in the latest LLVM/Clang, andSean Callanan2011-07-301-4/+5
* Remove an assertion and replace with safe code that emits a warning.Greg Clayton2011-06-241-2/+13
* Clean up a bit of the type getting code where lldb_private:Type now hasGreg Clayton2011-02-161-68/+15
* Updated Clang to a version that supports propagatingSean Callanan2011-01-271-2/+2
* Modified the lldb_private::Type clang type resolving code to handle threeGreg Clayton2010-11-131-3/+22
* Fixed an issue with Function::GetPrologueByteSize() where if a function's fir...Greg Clayton2010-11-111-1/+10
* Cleaned up a unused member variable in Debugger.Greg Clayton2010-09-301-2/+2
* Fixed the forward declaration issue that was present in the DWARF parser afterGreg Clayton2010-09-291-5/+5
* Fixed a missing newline when dumping mixed disassembly.Greg Clayton2010-09-151-4/+4
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-2/+2
* Cleaned up the output of "image lookup --address <ADDR>" which involvedGreg Clayton2010-09-101-3/+9
* Added support for inlined stack frames being represented as real stack framesGreg Clayton2010-08-241-0/+10
* Modified the host process monitor callback function Host::StartMonitoringChil...Greg Clayton2010-08-211-45/+32
* Add methods to Function to get the first and last source lines of the functio...Jim Ingham2010-08-201-0/+64
* Added support for objective C built-in types: id, Class, and SEL. This Greg Clayton2010-08-031-2/+2
* Change over to using the definitions for mach-o types and defines to theGreg Clayton2010-07-211-3/+4
* Added function name types to allow us to set breakpoints by name moreGreg Clayton2010-06-281-0/+10
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+432
OpenPOWER on IntegriCloud