]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
lookup_minimal_symbol_text users/palves/jit-speedup
authorPedro Alves <palves@redhat.com>
Sat, 26 Mar 2016 00:06:19 +0000 (00:06 +0000)
committerPedro Alves <palves@redhat.com>
Mon, 19 Sep 2016 14:44:43 +0000 (15:44 +0100)
commit22f83b9399718ab1e5701641a6cfe3ee6c180162
tree3655f7422eabca41d1f763786f32150dc22d721a
parent14ca73f748af8e1ee673170bc1541711faea265c
lookup_minimal_symbol_text

Noticed that create_exception_master_breakpoint could be using the
cheaper lookup_minimal_symbol_text instead of lookup_minimal_symbol.
gdb/breakpoint.c