[PATCH v1 0/8] various misc fixes (gitlab, gdbstub, plugins)

Alex Bennée posted 8 patches 2 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/next-importer-push tags/patchew/20210520174303.12310-1-alex.bennee@linaro.org
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
[PATCH v1 0/8] various misc fixes (gitlab, gdbstub, plugins)
Posted by Alex Bennée 2 years, 11 months ago
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.

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

-- 
2.20.1


Re: [PATCH v1 0/8] various misc fixes (gitlab, gdbstub, plugins)
Posted by Alex Bennée 2 years, 11 months ago
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