]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/breakpoint.c
Remove allocate_bp_location
authorTom Tromey <tom@tromey.com>
Mon, 17 Jan 2022 02:28:19 +0000 (19:28 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 29 Apr 2022 22:14:32 +0000 (16:14 -0600)
commitee89d0a4e82399e6e857a67e8bef81bfbe6e7df4
treefcba0b1c804dd65bf77eabb169582b40a5bfa94d
parenta678887d09c00cecb9aec39cd15f8c65e603078e
Remove allocate_bp_location

allocate_bp_location is just a small wrapper for a method call, so
inline it everywhere.
gdb/breakpoint.c