-
That may be a bit farfetched, but when working with emulators, I've often been repelled by the sad state of the usual debugging tools. When these tools exist, they're often provided along with the emu…
-
The goal of this change is to get the M&M data as fast as possible and with less data loss __before arriving inside TMS__
What I don't really like with the current architecture is that the m&m data…
-
In M&M, we have several use cases where the connection can be broken when servers are all down, and any call to entities will throw a ConnectionClosedException.
So we have some code like that:
`…
-
im working on macOS Sierra at version 10.12.1.
the following is the execution log while working with install.sh
`crazbot:voltron harrse$ ./install.sh
+ '[' -z /usr/bin/lldb ']'
+ getopts :uds opt…
-
It is better to add an option to decide to install Voltron for gdb or lldb, when both of them are exising.
BTW, I think install.sh should also add `setttings set target.x86-disassembly-flavor intel` …
-
We would like to use vscode-lldb for opening a core dump c++ in Mac ,can we do it using vscode-lldb.
Can you give me your email.
best regards
-
`
++ tail -1
+ LLDB_SITE_PACKAGES=/usr/lib/python2.7/site-packages
+ install_packages
+ install_apt
+ '[' -n '' ']'
+ install_yum
+ local CMD=
+ '[' -n '' ']'
+ '[' -n '' ']'
+ '[' '' '!=' '…
-
macOS 10.11.6, run ./install.sh ok, but run lldb got an error:
`
An error occurred while loading Voltron:
Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/voltron/ent…
-
[vitaliy:~] $ voltron
Traceback (most recent call last):
File "/usr/local/bin/voltron", line 9, in
load_entry_point('voltron==0.1', 'console_scripts', 'voltron')()
File "/usr/local/lib/python…
-
Currently, monitoring service provider depends on offheap plugin to add its management provider.
The monitoring service should not depend on them. Instead it should be able to discover them dynamical…