llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-lldb Author: David Spickett (DavidSpickett) <details> <summary>Changes</summary> --- Full diff: https://github.com/llvm/llvm-project/pull/209440.diff 1 Files Affected: - (modified) lldb/docs/resources/lldbgdbremote.md (+11-14) ``````````diff diff --git a/lldb/docs/resources/lldbgdbremote.md b/lldb/docs/resources/lldbgdbremote.md index d4a377b048c61..e487261ea4a54 100644 --- a/lldb/docs/resources/lldbgdbremote.md +++ b/lldb/docs/resources/lldbgdbremote.md @@ -646,19 +646,16 @@ $jMultiBreakpoint:{"breakpoint_requests" : ["request"[,"request"]*]} ``` Where each `request` is one of: - -``` -* z0,addr,kind -* z1,addr,kind -* z2,addr,kind -* z3,addr,kind -* z4,addr,kind -* Z0,addr,kind[;cond_list…][;cmds:persist,cmd_list…] -* Z1,addr,kind[;cond_list…][;cmds:persist,cmd_list…] -* Z2,addr,kind -* Z3,addr,kind -* Z4,addr,kind -``` +* `z0,addr,kind` +* `z1,addr,kind` +* `z2,addr,kind` +* `z3,addr,kind` +* `z4,addr,kind` +* `Z0,addr,kind[;cond_list…][;cmds:persist,cmd_list…]` +* `Z1,addr,kind[;cond_list…][;cmds:persist,cmd_list…]` +* `Z2,addr,kind` +* `Z3,addr,kind` +* `Z4,addr,kind` Each field has the same meaning as the corresponding packet in the GDB Remote Protocol. @@ -825,7 +822,7 @@ This is a performance optimization, which speeds up debugging by avoiding multiple round-trips for retrieving thread information. The information from this packet can be retrieved using a combination of `qThreadStopInfo` and `m` packets. -### MultiMemRead +## MultiMemRead Read memory from multiple memory ranges. `````````` </details> https://github.com/llvm/llvm-project/pull/209440 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
