[all-commits] [llvm/llvm-project] 68ab7a: [LLDB] Add "frame select" as equivalent of GDB's "...

David Spickett via All-commits all-commits at lists.llvm.org
Fri Oct 7 02:30:22 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 68ab7accc72bffe4d27a1b2ee50105c7ffda54cf
      https://github.com/llvm/llvm-project/commit/68ab7accc72bffe4d27a1b2ee50105c7ffda54cf
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2022-10-07 (Fri, 07 Oct 2022)

  Changed paths:
    M lldb/docs/use/map.rst

  Log Message:
  -----------
  [LLDB] Add "frame select" as equivalent of GDB's "frame" command

This is useful for answering the question "where am I?" and is surprisingly
difficult to figure out without just doing another step command.

Reviewed By: awarzynski

Differential Revision: https://reviews.llvm.org/D134873




More information about the All-commits mailing list