meta: drop support for lldb 3.8 · nodejs/llnode@ea06ef5 · GitHub
Skip to content

Commit ea06ef5

Browse files
committed
meta: drop support for lldb 3.8
PR-URL: #263 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
1 parent c7ede80 commit ea06ef5

8 files changed

Lines changed: 8 additions & 336 deletions

File tree

README.md

Lines changed: 1 addition & 6 deletions

scripts/macho2segments.js

Lines changed: 0 additions & 78 deletions
This file was deleted.

scripts/otool2segments.py

Lines changed: 0 additions & 43 deletions
This file was deleted.

scripts/readelf2segments.py

Lines changed: 0 additions & 43 deletions
This file was deleted.

src/llnode.cc

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ bool BacktraceCmd::DoExecute(SBDebugger d, char** cmd,
8383
}
8484
}
8585

86-
#ifdef LLDB_SBMemoryRegionInfoList_h_
8786
// Heuristic: a PC in WX memory is almost certainly a V8 builtin.
8887
// TODO(bnoordhuis) Find a way to map the PC to the builtin's name.
8988
{
@@ -95,7 +94,6 @@ bool BacktraceCmd::DoExecute(SBDebugger d, char** cmd,
9594
continue;
9695
}
9796
}
98-
#endif // LLDB_SBMemoryRegionInfoList_h_
9997

10098
// C++ stack frame.
10199
SBStream desc;
@@ -445,13 +443,6 @@ bool PluginInitialize(SBDebugger d) {
445443
"name and sorted by instance count. Use -d or --detailed to "
446444
"get an output grouped by type name, properties, and array "
447445
"length, as well as more information regarding each type.\n"
448-
#ifndef LLDB_SBMemoryRegionInfoList_h_
449-
"Requires `LLNODE_RANGESFILE` environment variable to be set "
450-
"to a file containing memory ranges for the core file being "
451-
"debugged.\n"
452-
"There are scripts for generating this file on Linux and Mac "
453-
"in the scripts directory of the llnode repository."
454-
#endif // LLDB_SBMemoryRegionInfoList_h_
455446
);
456447

457448
SBCommand settingsCmd =

src/llscan.cc

Lines changed: 4 additions & 110 deletions

0 commit comments

Comments
 (0)