Re: read target register to decide breakpoint size
Yao Qi <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <20161214172222.GK25542@E107787-LIN> |
On 16-12-14 09:01:53, Tim Newsome wrote: > > Thank you, sounds like reading MISA from kind_from_pc should work out > fine then (unless Yao has an objection we didn't consider). You can't set breakpoint without the live inferior in this way. ./gdb a.out (gdb) b main -- Yao (齐尧)