commit | a7f139db2216d73fb40ab6ac43377e716589f6be | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@polymtl.ca> | Mon Mar 10 11:10:46 2025 -0400 |
committer | Simon Marchi <simon.marchi@polymtl.ca> | Wed Mar 19 15:15:20 2025 -0400 |
tree | b16e1cc0935952782fdf80d9bfae0f0a7f448fc2 | |
parent | e5348a7ab3f11f4c096ee4ebcdb9eb2663337357 [diff] |
gdb: C++-ify internal_function Change the `name` field to std::string, add constructor. Remove function `create_internal_function`, since it becomes a trivial wrapper around the constructor. Change-Id: Ifc8b1282c442e1930bcd69d6e140128067e49563 Reviewed-By: Guinevere Larsen <guinevere@redhat.com>