Mikhail Elhimov
Mikhail Elhimov
**Bug description** LuaJIT gdb extension (luajit-gdb.py) doesn't support Python2 (centos7). Namely, unpacking operator in list initialization is used that is supported only in Python 3 * OS: Linux * OS...
Usage: tt-rlist [] Display entries of the specified rlist. Type of rlist entries is recognized automatically. Entries are selected according to optional . If it's omitted all entries are displayed...
- Reimplemented decoding of MsgPack in a more pythonic way - Reimplemented the way MsgPack-extensions are supported (a single extension is supported by registration of the corresponding ExtPrinter with MsgPackPrinter::register_ext_printer)...
Current implementation of Tarantool GDB-extension has several issues related to MsgPack handling: 1. Original code for decoding MsgPack was replicated from c-code that is used in Tarantool. It means any...
At least distribution for object types is needed. Also it might be helpful to get more detailed distribution within types, like table sizes, string lengths, etc.
- pack subcommand put gdb.sh and gdb-extensions into the archive to use them with inspect subcommand - inspect subcommand also accept path to archive (in this case it unpacks the...
The mentioned differences can be divided into following topics: 1. Confirmation target `restart` and `kill` commands ask for confirmation once and if confirmed apply the corresponding operation for all instances...
Below are excerptions related to force-flags from the `kill`, `clean`, `stop` and `restart` commands: ``` -f, --force do not ask for confirmation -f, --force do not ask for confirmation -y,...