| commit | 1696b45a6304d01f6253d43c691a682b77cb61b3 | [log] [tgz] |
|---|---|---|
| author | Tom Tromey <tom@tromey.com> | Wed Dec 18 17:26:16 2024 -0700 |
| committer | Tom Tromey <tom@tromey.com> | Wed Sep 10 16:05:28 2025 -0600 |
| tree | dfd14feb7a463f0bd75afe297f77df49a345432d | |
| parent | 5b66439bc8b0ce287852f62378cbfca28927ffd0 [diff] |
Convert gdbpy_lookup_static_symbols This changes gdbpy_lookup_static_symbols to the callback approach, merging the search loop and the call to expand_symtabs_matching. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=16994 Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=16998 Acked-By: Simon Marchi <simon.marchi@efficios.com>