Message ID | 20210520174303.12310-1-alex.bennee@linaro.org |
---|---|
Headers | show |
Series | various misc fixes (gitlab, gdbstub, plugins) | expand |
Alex Bennée <alex.bennee@linaro.org> writes: > Hi, > > My various maintenance trees each had a few fixes that are fairly > uncontroversial and ready to go, including a recently baked fix for > hexagon-user tests. I thought I'd better collect them together and get > ready for a fairly quick merge so they don't get held up behind other > stuff that's still cooking. Ping? Anyone before I submit the PR tomorrow? > > The following need review: > > - gdbstub: tidy away reverse debugging check into function > - gdbstub: Replace GdbCmdContext with plain g_array() > - gitlab: explicitly reference the upstream registry > - tests/tcg: add a multiarch signals test to stress test signal delivery > > Alex Bennée (5): > tests/tcg: add a multiarch signals test to stress test signal delivery > gitlab: explicitly reference the upstream registry > gitlab: add special rule for the hexagon container > hmp-commands: expand type of icount to "l" in replay commands > gdbstub: tidy away reverse debugging check into function > > Mahmoud Mandour (1): > plugins/syscall: Added a table-like summary output > > Philippe Mathieu-Daudé (2): > gdbstub: Constify GdbCmdParseEntry > gdbstub: Replace GdbCmdContext with plain g_array() > > gdbstub.c | 343 ++++++++++++++-------------- > tests/plugin/syscall.c | 98 +++++++- > tests/tcg/multiarch/signals.c | 149 ++++++++++++ > .gitlab-ci.d/containers.yml | 30 ++- > .gitlab-ci.yml | 2 + > hmp-commands.hx | 4 +- > tests/tcg/alpha/Makefile.target | 7 + > tests/tcg/multiarch/Makefile.target | 2 + > tests/tcg/sparc64/Makefile.target | 7 + > 9 files changed, 459 insertions(+), 183 deletions(-) > create mode 100644 tests/tcg/multiarch/signals.c -- Alex Bennée