Bochs/bochs/bx_debug
Stanislav Shwartsman ab87549b6b Updates to Bochs debugger:
AVX command split into two: YMM command and ZMM command for AVX-256 and AVX-512.
Later new command AVX will be added whch will print complete AVX state according to what is defined currently, including OPMASK registers

info device <name>
and
info device <name> <string>

could be also used now without having to include device name in quotes as "name".
old style "qouted" option also still working

added missing info cpu command to the help
2013-11-19 21:53:55 +00:00
..
dbg_main.cc Updates to Bochs debugger: 2013-11-19 21:53:55 +00:00
debug.h Updates to Bochs debugger: 2013-11-19 21:53:55 +00:00
lexer.c Updates to Bochs debugger: 2013-11-19 21:53:55 +00:00
lexer.l Updates to Bochs debugger: 2013-11-19 21:53:55 +00:00
linux.cc
make-syscalls-linux.pl
Makefile.in - fpu directory is now a subdirectory in 'cpu' 2012-09-12 21:08:40 +00:00
parser.c Updates to Bochs debugger: 2013-11-19 21:53:55 +00:00
parser.h Updates to Bochs debugger: 2013-11-19 21:53:55 +00:00
parser.y Updates to Bochs debugger: 2013-11-19 21:53:55 +00:00
symbols.cc clean symbols code a little 2013-06-26 18:07:01 +00:00
syscalls-linux.h