Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
source
/
Target
/
CPPLanguageRuntime.cpp
99bc2b2
[DataFormatters] Fixes to libc++ std::function formatter to deal with ABI change see
by Shafik Yaghmour
· 7 years ago
aa30268
Adding support to step into the callable wrapped by libc++ std::function
by Shafik Yaghmour
· 7 years ago
88e18a6
Remove another unused mislayered include.
by Benjamin Kramer
· 7 years ago
197f241
Remove unused include that's also a layering violation.
by Benjamin Kramer
· 7 years ago
443e20b
Refactoring std::function formatter to move core functionality into CPPLanguageRuntime
by Shafik Yaghmour
· 7 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
aa816b8
Move more functionality from the LanguageRuntimes to the Languages.
by Jim Ingham
· 10 years ago
5aa27e1
Improve C++ function name handling and step-in avoid regerxp handling
by Tamas Berghammer
· 10 years ago
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
fa39bb4
Setting breakpoints with name mask eFunctionNameTypeBase was broken for straight C names by 220432. Get
by Jim Ingham
· 11 years ago
c379540
Fixed name lookups for names that contain "::" but aren't actually C++ qualified C++ names.
by Greg Clayton
· 11 years ago
6ecb232
<rdar://problem/11398407>
by Greg Clayton
· 12 years ago
43fe217
<rdar://problem/13506727>
by Greg Clayton
· 12 years ago
84db910
<rdar://problem/11113279>
by Greg Clayton
· 14 years ago
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
4cda6e0
Move the responsibility for translating the various eFunctionNameType lookups to the
by Jim Ingham
· 14 years ago
8d543de
Remove unneeded ExecutionContextScope variables.
by Jim Ingham
· 15 years ago
6c68fb4
Add "-o" option to "expression" which prints the object description if available.
by Jim Ingham
· 15 years ago
5a36912
Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Value::GetValueOpaqueClangQualType.
by Jim Ingham
· 15 years ago
2277701
Committing the skeleton of Language runtime plugin classes.
by Jim Ingham
· 15 years ago