aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Symbol/Type.h
AgeCommit message (Expand)Author
2015-08-11ClangASTType is now CompilerType.Greg Clayton
2015-08-11First step in getting LLDB ready to support multiple different type systems.Greg Clayton
2015-06-08Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath
2015-06-08Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath
2015-05-27Changed Flags::clang_type_resolve_state to unsigned for gccVince Harron
2015-05-26revert files unintentionally checked inVince Harron
2015-05-26Print port number that lldb-server binds to in platform modeVince Harron
2015-04-02Fix warnings generated by clang-cl.Zachary Turner
2015-02-25Revert "Fix warnings found with clang-cl."Zachary Turner
2015-02-25Fix warnings found with clang-cl.Zachary Turner
2014-09-19Extend the member function discovery APIs to also support Objective-C as well...Enrico Granata
2014-09-15Change SBType.GetMemberFunctionAtIndex() to return an object describing the m...Enrico Granata
2014-07-11Don't crash when a SBType is handed out through the API and later used after ...Greg Clayton
2014-06-02Small cleanups for the new enum fixes:Greg Clayton
2014-06-02Add support for inspecting enum members.Todd Fiala
2014-05-17Introduce the concept of a "display name" for typesEnrico Granata
2014-01-23Added the ability to get the type that a typedef points to via:Greg Clayton
2013-10-29<rdar://problem/15144376>Enrico Granata
2013-07-11Huge change to clean up types.Greg Clayton
2013-06-18Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...Greg Clayton
2013-06-18<rdar://problem/14194128>Enrico Granata
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-03-14<rdar://problem/13421412>Greg Clayton
2013-01-23<rdar://problem/12711206>Enrico Granata
2012-11-12New compiler warnings caught issues with the m_encoding_uid field that should...Greg Clayton
2012-10-23Objective C cleanup. Removed an cache that was no longer needed and changes t...Greg Clayton
2012-10-22<rdar://problem/12473003> Greg Clayton
2012-07-31<rdar://problem/11275622>Greg Clayton
2012-05-15Modified "image lookup -t <typename>" to expand typedefs.Greg Clayton
2012-03-26<rdar://problem/11113279>Greg Clayton
2012-03-14<rdar://problem/10434005>Greg Clayton
2012-02-22Added support for looking up the complete type forSean Callanan
2012-02-17Adding formatters for several useful Objective-C/Cocoa data types. The new ca...Enrico Granata
2012-02-06Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton
2012-01-29Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton
2012-01-12Discriminate between the lldb_private::Type's for ObjC Classes that come from...Jim Ingham
2011-12-08Added a new class called lldb_private::SymbolFileType which is designed toGreg Clayton
2011-11-13<rdar://problem/10126482>Greg Clayton
2011-10-18Changed lldb_private::Type over to use the intrusive ref counted pointersGreg Clayton
2011-09-09Added the ability to introspect types thourgh the public SBType interface.Greg Clayton
2011-08-03Cleaned up the SBType.h file to not include internal headers and reorganizedGreg Clayton
2011-07-29Public API changes:Enrico Granata
2011-05-02Adding support for fetching the Dynamic Value for ObjC Objects.Jim Ingham
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton
2011-02-16Clean up a bit of the type getting code where lldb_private:Type now hasGreg Clayton
2011-01-25Enabled extra warnings and fixed a bunch of small issues.Greg Clayton
2011-01-21Fixed up the SBValue::GetExpressionPath() to be more correct under moreGreg Clayton
2011-01-17A few of the issue I have been trying to track down and fix have been due toGreg Clayton
2010-11-16First attempt and getting "const" C++ method function signatures correct.Greg Clayton
2010-11-13Modified the lldb_private::Type clang type resolving code to handle threeGreg Clayton