Add how to setup rr tool in the linux debug doc for chromium.
Change-Id: I69543b2b775bc4bf3e201753800d183223533600 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6404573 Commit-Queue: Jie Sheng <jiesheng@google.com> Reviewed-by: Gary Tong <gatong@chromium.org> Cr-Commit-Position: refs/heads/main@{#1439838}
This commit is contained in:
parent
38dadb3e99
commit
01180e6e37
@ -332,6 +332,10 @@ You can use [rr](https://rr-project.org) for time travel debugging, so you
|
||||
can also step or execute backwards. This works by first recording a trace
|
||||
and then debugging based on that.
|
||||
|
||||
For Googlers, if you have a remote cloud machine, please follow this
|
||||
[instruction](https://engdoc.corp.google.com/eng/doc/devguide/debugging/rr.md#setting-up-rr)
|
||||
to set up the machine in order to use the rr tool.
|
||||
|
||||
You need an up-to-date version of rr, since rr is frequently updated to support
|
||||
new parts of the Linux system call API surface that Chromium uses. If you have
|
||||
any issues with the latest release version, try compiling rr
|
||||
|
Loading…
x
Reference in New Issue
Block a user