llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: None (royitaqi)
Changes
`(lldb) b` can be used in two different ways:
1. Running `b` without arguments, it lists all existing breakpoints.
2. Running `b` with additional arguments, it adds breakpoints.
However, the help message doesn't ment
https://github.com/royitaqi created
https://github.com/llvm/llvm-project/pull/149114
`(lldb) b` can be used in two different ways:
1. Running `b` without arguments, it lists all existing breakpoints.
2. Running `b` with additional arguments, it adds breakpoints.
However, the help message doesn'