[Lldb-commits] [PATCH] D152560: Make TestStepNodebug more robust against codegen changes

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 9 14:19:50 PDT 2023


aprantl added a comment.

  lldb) image dump line-table with-debug.c
  Line table for /Volumes/Data/llvm-project/lldb/test/API/functionalities/step-avoids-no-debug/with-debug.c in `a.out
  0x0000000100003d4c: /Volumes/Data/llvm-project/lldb/test/API/functionalities/step-avoids-no-debug/with-debug.c:7
  0x0000000100003d5c: /Volumes/Data/llvm-project/lldb/test/API/functionalities/step-avoids-no-debug/with-debug.c:8:7
  0x0000000100003d60: /Volumes/Data/llvm-project/lldb/test/API/functionalities/step-avoids-no-debug/with-debug.c:9:42
  0x0000000100003d68: /Volumes/Data/llvm-project/lldb/test/API/functionalities/step-avoids-no-debug/with-debug.c:9:18
  0x0000000100003d7c: /Volumes/Data/llvm-project/lldb/test/API/functionalities/step-avoids-no-debug/with-debug.c:9:16
  0x0000000100003d80: /Volumes/Data/llvm-project/lldb/test/API/functionalities/step-avoids-no-debug/with-debug.c:10:10
  0x0000000100003d84: /Volumes/Data/llvm-project/lldb/test/API/functionalities/step-avoids-no-debug/with-debug.c:10:3
  0x0000000100003d90: /Volumes/Data/llvm-project/lldb/test/API/functionalities/step-avoids-no-debug/with-debug.c:13
  0x0000000100003da0: /Volumes/Data/llvm-project/lldb/test/API/functionalities/step-avoids-no-debug/with-debug.c:14:7
  0x0000000100003da4: /Volumes/Data/llvm-project/lldb/test/API/functionalities/step-avoids-no-debug/with-debug.c:15:58


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152560/new/

https://reviews.llvm.org/D152560



More information about the lldb-commits mailing list