commit | de5dc49e43574742556868f1ba5032cbe1a0cd73 | [log] [tgz] |
---|---|---|
author | Andrew Burgess <aburgess@redhat.com> | Fri Apr 14 15:16:33 2023 +0100 |
committer | Andrew Burgess <aburgess@redhat.com> | Sat Jul 20 17:29:39 2024 +0100 |
tree | 97bb0d097eca2d952cc41cf572cbc377c7440685 | |
parent | b172d94b62b8a27c9d79cf70e565e31b21439c98 [diff] |
gdb: remove tracepoint_probe_create_sals_from_location_spec The tracepoint_probe_create_sals_from_location_spec function just forwards all its arguments to bkpt_probe_create_sals_from_location_spec, and is only used in one place. Lets delete tracepoint_probe_create_sals_from_location_spec and replace it with bkpt_probe_create_sals_from_location_spec. There should be no user visible changes after this commit.