llvm-project/lldb/source
Raphael Isemann 60b71ce0e4 [lldb] Don't use __FUNCTION__ as a file name
Summary:
I saw while debugging that we call this file `ParseInternal`, which is not a very good name for our
fake expression file and also adds this unnecessary link between the way we name this function
and the other source location names we get from the expression parser. This patch is renaming
it to `<lldb-expr>` which is closer to the way Clang names its buffers, it doesn't depend on the
function name (which changes when I refactor this code) and it's easier to grep for.

Reviewers: davide

Reviewed By: davide

Subscribers: abidh, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D64545

llvm-svn: 365812
2019-07-11 19:26:55 +00:00
..
API [CMake] `install-distribution` for LLDB on Darwin 2019-07-10 11:09:29 +00:00
Breakpoint [Target] Decouple ObjCLanguageRuntime from LanguageRuntime 2019-06-21 19:43:07 +00:00
Commands [Expression] Add PersistentExpressionState::GetCompilerTypeFromPersistentDecl 2019-06-12 17:47:06 +00:00
Core Change LaunchThread interface to return an expected. 2019-07-05 17:42:08 +00:00
DataFormatters [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
Expression [Expression] IR Instrumenters should have a UtilityFunction 2019-07-10 20:41:36 +00:00
Host Options: Reduce code duplication 2019-07-10 17:09:47 +00:00
Initialization [Reproducers] Include lldb version in the reproducer root 2019-06-13 04:35:22 +00:00
Interpreter Options: Reduce code duplication 2019-07-10 17:09:47 +00:00
Plugins [lldb] Don't use __FUNCTION__ as a file name 2019-07-11 19:26:55 +00:00
Symbol [lldb] Added assert to VerifyDecl 2019-07-05 21:32:39 +00:00
Target Change LaunchThread interface to return an expected. 2019-07-05 17:42:08 +00:00
Utility [LLDBAssert] Use unreachable instead of assert(0) 2019-07-05 21:54:20 +00:00
CMakeLists.txt [CMake] Remove Apple-specific version logic. 2019-04-17 18:23:22 +00:00
lldb.cpp [CMake] Remove Apple-specific version logic. 2019-04-17 18:23:22 +00:00