Re: [PATCH v11 12/14] Adding info [tb-list|tb] commands to HMP (WIP)

2023-04-21 Thread Wu, Fei
On 4/21/2023 9:24 PM, Fei Wu wrote: > From: "Vanderson M. do Rosario" > > These commands allow the exploration of TBs generated by the TCG. > Understand which one hotter, with more guest/host instructions... and > examine their guest, host and IR code. > > The goal of this command is to allow th

[PATCH v11 12/14] Adding info [tb-list|tb] commands to HMP (WIP)

2023-04-21 Thread Fei Wu
From: "Vanderson M. do Rosario" These commands allow the exploration of TBs generated by the TCG. Understand which one hotter, with more guest/host instructions... and examine their guest, host and IR code. The goal of this command is to allow the dynamic exploration of TCG behavior and code qua