commit | d015d3206e11c6926c4afce723d8366afc965b97 | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@polymtl.ca> | Tue Dec 13 22:34:37 2022 -0500 |
committer | Simon Marchi <simon.marchi@efficios.com> | Fri Jan 20 14:48:57 2023 -0500 |
tree | 25e3abb4fdbd381696382f27c87c81d699431310 | |
parent | f649a718522b018bbb09eb96beb103a4f5892a45 [diff] |
gdb: add create_new_frame(frame_id) overload The subsequent patches will need to call create_new_frame with an existing frame_id representing a user created frame. They could call the existing create_new_frame, passing both addresses, but it seems nicer to have a version of the function that takes a frame_id directly. Change-Id: If31025314fec0c3e644703e4391a5ef8079e1a32 Reviewed-By: Bruno Larsen <blarsen@redhat.com>