mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-17 04:48:24 +00:00
The gdb.decode_line python function is documented to support the same location expressions as the "break" command. It currently expects a linespec location. Instead of creating a linespec location directly, create the location via string_to_event_location_basic.