diff options
author | Markus Metzger <markus.t.metzger@intel.com> | 2016-06-20 11:12:14 +0200 |
---|---|---|
committer | Markus Metzger <markus.t.metzger@intel.com> | 2016-10-07 09:02:56 +0200 |
commit | 68dadef54c216f7ec75c27d74193897b18c5f9ab (patch) | |
tree | c4545c6f0d844e90507c78b58c6b05911c1c9467 /gdb/testsuite/ChangeLog | |
parent | 50e03d47b77d5730f96f6b6bb66187654e66c797 (diff) | |
download | gdb-68dadef54c216f7ec75c27d74193897b18c5f9ab.zip gdb-68dadef54c216f7ec75c27d74193897b18c5f9ab.tar.gz gdb-68dadef54c216f7ec75c27d74193897b18c5f9ab.tar.bz2 |
python: accept address and explicit locations in gdb.decode_line
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.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 4722c34..74091ee 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2016-10-07 Markus Metzger <markus.t.metzger@intel.com> + + * gdb.python/python.exp: Test decode_line("*0"). + 2016-10-06 Doug Evans <dje@google.com> * gdb.python/py-value.exp (test_value_creation): Add test for large |