File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
packages/Python/lldbsuite/test
lang/cpp/incomplete-types
source/Plugins/SymbolFile/PDB Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ contains the DWARF. Whenever DebugSymbols.framework is asked to lookup a dSYM
267
267
file, it will first look in any file mapped UUID directories for a quick match
268
268
if the defaults are appropriately set.
269
269
270
- For example, if we take the sample UUID plist inforamtion from above, we can
270
+ For example, if we take the sample UUID plist information from above, we can
271
271
create a File Mapped UUID directory cache in
272
272
**~/Library/SymbolCache/dsyms/uuids **. We can easily see how things are laid
273
273
out:
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ all: limit nolimit
5
5
6
6
include Makefile.rules
7
7
8
- # Force a.cpp to be built with no debug inforamtion
8
+ # Force a.cpp to be built with no debug information
9
9
a.o : CFLAGS = $(CFLAGS_NO_DEBUG )
10
10
11
11
# The default testsuite setup forces -fno-limit-debug-info. Let's not rely on
Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ LLDB_BASE_DIR := $(THIS_FILE_DIR)/../../../../../
43
43
44
44
# The test harness invokes the test Makefiles with an explicit 'all'
45
45
# target, but its handy to be able to recursively call this Makefile
46
- # without speficying a goal. You almost certainly want to build 'all',
46
+ # without specifying a goal. You almost certainly want to build 'all',
47
47
# and not only the first target defined in this file (which might vary
48
- # according to varaible values).
48
+ # according to variable values).
49
49
.DEFAULT_GOAL := all
50
50
51
51
#----------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -1225,7 +1225,7 @@ void SymbolFilePDB::CacheFunctionNames() {
1225
1225
1226
1226
// To search a method name, like NS::Class:MemberFunc, LLDB searches
1227
1227
// its base name, i.e. MemberFunc by default. Since PDBSymbolFunc does
1228
- // not have inforamtion of this, we extract base names and cache them
1228
+ // not have information of this, we extract base names and cache them
1229
1229
// by our own effort.
1230
1230
llvm::StringRef basename = MSVCUndecoratedNameParser::DropScope (name);
1231
1231
if (!basename.empty ())
You can’t perform that action at this time.
0 commit comments