[Lldb-commits] [PATCH] D143282: [lldb] Accept negative indexes in __getitem__

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 3 10:57:11 PST 2023


bulbazord added a comment.

A simple test would be what you did in your commit summary, trying to get `thread.frame[-1]` and verifying that it's the correct frame. LGTM with a test.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143282



More information about the lldb-commits mailing list