Skip to content
  • Peter Maydell's avatar
    b1224d83
    Merge tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu into staging · b1224d83
    Peter Maydell authored
    gdbstub refactor:
    
      - split user and softmmu code
      - use cleaner headers for tb_flush, target_ulong
      - probe for gdb multiarch support at configure
      - make syscall handling target independent
      - add update guest debug of accel ops
    
    # -----BEGIN PGP SIGNATURE-----
    #
    # iQEzBAABCgAdFiEEZoWumedRZ7yvyN81+9DbCVqeKkQFAmQHomMACgkQ+9DbCVqe
    # KkTtFAf/aEyKY0iUNxtB4/oV1L2VnLaZi+iKoZT4RQgrhOhzr5WV6/3/V05cw1RJ
    # SIwcl8wB4gowYILs44eM/Qzcixiugl++2rvM4YVXiQyWKzkH6sY4X2iFuPGTwHLp
    # y+E7RM77QNS7M9xYaVkdsQawnbsgjG67wZKbb88aaekFEn61UuDg1V2Nqa2ICy7Y
    # /8yGIB2ixDfXOF0z4g8NOG44BXTDBtJbcEzf5GMz6D4HGnPZUbENy1nT0OcBk3zK
    # PqKPNkPFZ360pqA9MtougjZ3xTBb7Afe9nRRMquV2RoFmkkY2otSjdPBFQu5GBlm
    # NyTXEzjIQ6tCZlbS0eqdPVrUHHUx9g==
    # =Al36
    # -----END PGP SIGNATURE-----
    # gpg: Signature made Tue 07 Mar 2023 20:45:23 GMT
    # gpg:                using RSA key 6685AE99E75167BCAFC8DF35FBD0DB095A9E2A44
    # gpg: Good signature from "Alex Bennée (Master Work Key) <alex.bennee@linaro.org>" [full]
    # Primary key fingerprint: 6685 AE99 E751 67BC AFC8  DF35 FBD0 DB09 5A9E 2A44
    
    * tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu
    
    : (30 commits)
      gdbstub: move update guest debug to accel ops
      gdbstub: Build syscall.c once
      stubs: split semihosting_get_target from system only stubs
      gdbstub: Adjust gdb_do_syscall to only use uint32_t and uint64_t
      gdbstub: Remove gdb_do_syscallv
      gdbstub: split out softmmu/user specifics for syscall handling
      include: split target_long definition from cpu-defs
      testing: probe gdb for supported architectures ahead of time
      gdbstub: only compile gdbstub twice for whole build
      gdbstub: move syscall handling to new file
      gdbstub: move register helpers into standalone include
      gdbstub: don't use target_ulong while handling registers
      gdbstub: fix address type of gdb_set_cpu_pc
      gdbstub: specialise stub_can_reverse
      gdbstub: introduce gdb_get_max_cpus
      gdbstub: specialise target_memory_rw_debug
      gdbstub: specialise handle_query_attached
      gdbstub: abstract target specific details from gdb_put_packet_binary
      gdbstub: rationalise signal mapping in softmmu
      gdbstub: move chunks of user code into own files
      ...
    
    Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
    b1224d83
    Merge tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu into staging
    Peter Maydell authored
    gdbstub refactor:
    
      - split user and softmmu code
      - use cleaner headers for tb_flush, target_ulong
      - probe for gdb multiarch support at configure
      - make syscall handling target independent
      - add update guest debug of accel ops
    
    # -----BEGIN PGP SIGNATURE-----
    #
    # iQEzBAABCgAdFiEEZoWumedRZ7yvyN81+9DbCVqeKkQFAmQHomMACgkQ+9DbCVqe
    # KkTtFAf/aEyKY0iUNxtB4/oV1L2VnLaZi+iKoZT4RQgrhOhzr5WV6/3/V05cw1RJ
    # SIwcl8wB4gowYILs44eM/Qzcixiugl++2rvM4YVXiQyWKzkH6sY4X2iFuPGTwHLp
    # y+E7RM77QNS7M9xYaVkdsQawnbsgjG67wZKbb88aaekFEn61UuDg1V2Nqa2ICy7Y
    # /8yGIB2ixDfXOF0z4g8NOG44BXTDBtJbcEzf5GMz6D4HGnPZUbENy1nT0OcBk3zK
    # PqKPNkPFZ360pqA9MtougjZ3xTBb7Afe9nRRMquV2RoFmkkY2otSjdPBFQu5GBlm
    # NyTXEzjIQ6tCZlbS0eqdPVrUHHUx9g==
    # =Al36
    # -----END PGP SIGNATURE-----
    # gpg: Signature made Tue 07 Mar 2023 20:45:23 GMT
    # gpg:                using RSA key 6685AE99E75167BCAFC8DF35FBD0DB095A9E2A44
    # gpg: Good signature from "Alex Bennée (Master Work Key) <alex.bennee@linaro.org>" [full]
    # Primary key fingerprint: 6685 AE99 E751 67BC AFC8  DF35 FBD0 DB09 5A9E 2A44
    
    * tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu
    
    : (30 commits)
      gdbstub: move update guest debug to accel ops
      gdbstub: Build syscall.c once
      stubs: split semihosting_get_target from system only stubs
      gdbstub: Adjust gdb_do_syscall to only use uint32_t and uint64_t
      gdbstub: Remove gdb_do_syscallv
      gdbstub: split out softmmu/user specifics for syscall handling
      include: split target_long definition from cpu-defs
      testing: probe gdb for supported architectures ahead of time
      gdbstub: only compile gdbstub twice for whole build
      gdbstub: move syscall handling to new file
      gdbstub: move register helpers into standalone include
      gdbstub: don't use target_ulong while handling registers
      gdbstub: fix address type of gdb_set_cpu_pc
      gdbstub: specialise stub_can_reverse
      gdbstub: introduce gdb_get_max_cpus
      gdbstub: specialise target_memory_rw_debug
      gdbstub: specialise handle_query_attached
      gdbstub: abstract target specific details from gdb_put_packet_binary
      gdbstub: rationalise signal mapping in softmmu
      gdbstub: move chunks of user code into own files
      ...
    
    Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
Loading