[Lldb-commits] [lldb] [lldb] print a notice when `source list` paging reaches the end of th… (PR #137515)
via lldb-commits
lldb-commits at lists.llvm.org
Thu May 1 17:54:14 PDT 2025
================
@@ -155,6 +155,9 @@ class SourceManager {
~SourceManager();
FileSP GetLastFile() { return GetFile(m_last_support_file_sp); }
+ bool AsLastLine(bool reverse) {
----------------
hapeeeeee wrote:
> Is this a typo?
Yes, it is a mistake. I have fixed it. Could you please review my commit again? @JDevlieghere
https://github.com/llvm/llvm-project/pull/137515
More information about the lldb-commits
mailing list