[Lldb-commits] [lldb] [lldb] print a notice when `source list` paging reaches the end of th… (PR #137515)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu May 1 12:46:54 PDT 2025
================
@@ -155,6 +155,9 @@ class SourceManager {
~SourceManager();
FileSP GetLastFile() { return GetFile(m_last_support_file_sp); }
+ bool AsLastLine(bool reverse) {
----------------
JDevlieghere wrote:
Is this a typo?
```suggestion
bool AtLastLine(bool reverse) {
```
https://github.com/llvm/llvm-project/pull/137515
More information about the lldb-commits
mailing list