summaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/Function.cpp
AgeCommit message (Expand)Author
2011-06-24Remove an assertion and replace with safe code that emits a warning.Greg Clayton
2011-02-16Clean up a bit of the type getting code where lldb_private:Type now hasGreg Clayton
2011-01-27Updated Clang to a version that supports propagatingSean Callanan
2010-11-13Modified the lldb_private::Type clang type resolving code to handle threeGreg Clayton
2010-11-11Fixed an issue with Function::GetPrologueByteSize() where if a function's fir...Greg Clayton
2010-09-30Cleaned up a unused member variable in Debugger.Greg Clayton
2010-09-29Fixed the forward declaration issue that was present in the DWARF parser afterGreg Clayton
2010-09-15Fixed a missing newline when dumping mixed disassembly.Greg Clayton
2010-09-14Moved the section load list up into the target so we can use the targetGreg Clayton
2010-09-10Cleaned up the output of "image lookup --address <ADDR>" which involvedGreg Clayton
2010-08-24Added support for inlined stack frames being represented as real stack framesGreg Clayton
2010-08-21Modified the host process monitor callback function Host::StartMonitoringChil...Greg Clayton
2010-08-20Add methods to Function to get the first and last source lines of the functio...Jim Ingham
2010-08-03Added support for objective C built-in types: id, Class, and SEL. This Greg Clayton
2010-07-21Change over to using the definitions for mach-o types and defines to theGreg Clayton
2010-06-28Added function name types to allow us to set breakpoints by name moreGreg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner