[Lldb-commits] [lldb] Implement reportsOriginalInstructions GDB remote feature (PR #201176)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 4 03:59:42 PDT 2026


DavidSpickett wrote:

> Add support for the reportsOriginalInstructions GDB remote protocol feature.

Some of the variables and methods say "Opcodes" instead. Unless you have a good reason for the feature name to be different, you should use only "opcodes" or only "instructions" consistently throughout.

For the general audience, "instructions" is probably more familiar. So if we prefer "opcodes" inside of lldb, maybe I'd be fine with the difference on that grounds.

https://github.com/llvm/llvm-project/pull/201176


More information about the lldb-commits mailing list