Provide a Python example.
This commit is contained in:
parent
2da7be9ca0
commit
0d5c72a88d
|
|
@ -21,8 +21,9 @@ a change) you can simply remove the timestamp file.
|
||||||
|
|
||||||
Note that some tests require a Python-enabled gdb. You can test if
|
Note that some tests require a Python-enabled gdb. You can test if
|
||||||
your gdb install supports Python by using the `python` command from
|
your gdb install supports Python by using the `python` command from
|
||||||
within gdb (type some Python code followed by `CTRL+D` to execute it).
|
within gdb. Once invoked you can type some Python code (e.g.
|
||||||
If you are building gdb from source, you need to configure with
|
`print("hi")`) followed by return and then `CTRL+D` to execute it.
|
||||||
|
If you are building gdb from source, you will need to configure with
|
||||||
`--with-python=<path-to-python-binary>`.
|
`--with-python=<path-to-python-binary>`.
|
||||||
|
|
||||||
## Running a subset of the test suites
|
## Running a subset of the test suites
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue