-
arm-none-eabi-gdb v 7.4.50. Inferior started by running source /..../voltron.py as the very first thing I do::
> source /usr/local/lib/python2.7/dist-packages/voltron/entry.py
> set pagination off
>…
-
As discussed in various meetings we should add a tag to the connection identifier to allow the user of the voltron api to 'tag' a voltron connection with a human-readable name. This allows for easier…
-
I am running Voltron on Kali 32-bit () via terminator with 3 panes.
In the bottom pane I start gdb on a sample program (gdb ./test)
In the top right pane I set voltron view to register ("voltron view …
-
Building on the Voltron skeleton kit, we will need to create an Ehcache specific kit that bundles the Voltron kit with the Ehcache specific code that needs to reside on the server, along with the clie…
-
Implement a state object to represent the server side existence of a cache. This includes the retrieval and/or creation of the associated core storage areas as defined in the cache's configuration (s…
-
I found a possible issue with the new multi-line syntax for commands (#100).
A command starting with a comma like this:
- editor:
- vim
- ,n
causes the error, "Failed to parse config…
-
I've enabled `debug_logging` in my config(`default.cfg`), but in `~/.voltron/` wasn't created `voltron_debugger.log` and `voltron_main.log` files :(
All's working with LLDB. This problem is just with…
-
```
Voltron loaded.
(lldb) target create "regex"
Exception in thread Thread-2:
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threadi…
-
In our system tests, if at the end we shutdown the server before the cache manager, the the application blocks because the CM cannot be closed.
Groovy code to reproduce:
```
package com.terracottate…
-
The `EhcacheEntityResponse.Failure` message is used to return a server-thrown exception. The message is presently set up to accept any `Exception` which then needs to be re-interpreted on the client …