From a167471b460602218edcf4c124b5cf9769fba36b Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Sat, 20 Dec 2014 15:59:36 -0800 Subject: [PATCH] Rename list_breakpoints to show_breakpoints for parity with show_labels --- docs/index.rst | 12 ++++++------ py65/monitor.py | 8 ++++---- py65/tests/test_monitor.py | 14 +++++++------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 845743f..40cdf93 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -121,7 +121,7 @@ given address or label. Breakpoints are added using the Breakpoint 0 reached. PC AC XR YR SP NV-BDIZC 6502: ff84 00 ff 00 ff 10110000 - + Note that a number is assigned to each breakpoint, similar to how VICE operates. Deleting a breakpoint can be done via the ``delete_breakpoint`` command using the breakpoint identifier given @@ -140,7 +140,7 @@ Breakpoint can be listed using the ``list_breakpoint`` command:: Breakpoint 1 added at $5678 .add_breakpoint $9ABC Breakpoint 2 added at $9ABC - .list_breakpoints + .show_breakpoints Breakpoint 0 : $1234 Breakpoint 1 : $5678 Breakpoint 2 : $9ABC @@ -165,7 +165,7 @@ Command Reference Breakpoints get a numeric identifier to be used with ``delete_breakpoint``, the list of identifiers can be retrieved - with ``list_breakpoints``. + with ``show_breakpoints``. .. describe:: add_label