mirror of https://github.com/snare/voltron.git
Updated README
This commit is contained in:
parent
37f6956599
commit
d4dc5ed203
|
@ -100,9 +100,9 @@ There are some known issues with GDB.
|
|||
|
||||
GDB on some distros is built with Python 3, but the system's Python is version 2. If Voltron is installed into Python 2's `site-packages` it will not work with GDB. See [this page on the wiki](https://github.com/snare/voltron/wiki/Voltron-on-Ubuntu-14.04-with-GDB) for installation instructions.
|
||||
|
||||
There is no clean way to hook GDB's exit, only the inferior's exit, so the Voltron server is started and stopped along with the inferior. This results in views show "Connection refused" before the inferior has been started.
|
||||
There is no clean way to hook GDB's exit, only the inferior's exit, so the Voltron server is started and stopped along with the inferior. This results in views showing "Connection refused" before the inferior has been started.
|
||||
|
||||
Due to a limitation in the GDB API, the views are only updated when the debugger is stopped (e.g. by hitting a breakpoint).
|
||||
Due to a limitation in the GDB API, the views are only updated each time the debugger is stopped (e.g. by hitting a breakpoint), so view contents are not populated immediately when the view is connected, only when the first breakpoint is hit.
|
||||
|
||||
If the stack view is causing GDB to hang then it must be launched **after** the debugger has been launched, the inferior started, and the debugger stopped (e.g. a breakpoint hit). This is due to a GDB bug that has not yet been resolved.
|
||||
|
||||
|
|
Loading…
Reference in New Issue