1. 99bc2b2 [DataFormatters] Fixes to libc++ std::function formatter to deal with ABI change see by Shafik Yaghmour · 7 years ago
  2. aa30268 Adding support to step into the callable wrapped by libc++ std::function by Shafik Yaghmour · 7 years ago
  3. 88e18a6 Remove another unused mislayered include. by Benjamin Kramer · 7 years ago
  4. 197f241 Remove unused include that's also a layering violation. by Benjamin Kramer · 7 years ago
  5. 443e20b Refactoring std::function formatter to move core functionality into CPPLanguageRuntime by Shafik Yaghmour · 7 years ago
  6. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  7. aa816b8 Move more functionality from the LanguageRuntimes to the Languages. by Jim Ingham · 10 years ago
  8. 5aa27e1 Improve C++ function name handling and step-in avoid regerxp handling by Tamas Berghammer · 10 years ago
  9. 81eed94 Fixed the C++ method name class to be a bit more picky about what it identifies as a C++ method. by Greg Clayton · 11 years ago
  10. fa39bb4 Setting breakpoints with name mask eFunctionNameTypeBase was broken for straight C names by 220432. Get by Jim Ingham · 11 years ago
  11. c379540 Fixed name lookups for names that contain "::" but aren't actually C++ qualified C++ names. by Greg Clayton · 11 years ago
  12. 6ecb232 <rdar://problem/11398407> by Greg Clayton · 12 years ago
  13. 43fe217 <rdar://problem/13506727> by Greg Clayton · 12 years ago
  14. 84db910 <rdar://problem/11113279> by Greg Clayton · 14 years ago
  15. 1d261d1 Adding support for an "equivalents map". This can be useful when compilers emit multiple, different names for the same actual type. In such scenarios, one of the type names can actually be found during a type lookup, while the others are just aliases. This can cause issues when trying to work with these aliased names and being unable to resolve them to an actual type (e.g. getting an SBType for the aliased name). by Enrico Granata · 14 years ago
  16. 4cda6e0 Move the responsibility for translating the various eFunctionNameType lookups to the by Jim Ingham · 14 years ago
  17. 8d543de Remove unneeded ExecutionContextScope variables. by Jim Ingham · 15 years ago
  18. 6c68fb4 Add "-o" option to "expression" which prints the object description if available. by Jim Ingham · 15 years ago
  19. 5a36912 Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Value::GetValueOpaqueClangQualType. by Jim Ingham · 15 years ago
  20. 2277701 Committing the skeleton of Language runtime plugin classes. by Jim Ingham · 15 years ago