index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
exec
/
gdbstub.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-08
gdbstub: Introduce GDBFeatureBuilder
Akihiko Odaki
1
-0
/
+50
2023-11-08
gdbstub: Introduce gdb_find_static_feature()
Akihiko Odaki
1
-0
/
+8
2023-11-08
gdbstub: Add num_regs member to GDBFeature
Akihiko Odaki
1
-0
/
+1
2023-10-11
gdbstub: Remove gdb_has_xml variable
Akihiko Odaki
1
-8
/
+0
2023-10-11
gdbstub: Introduce GDBFeature structure
Akihiko Odaki
1
-2
/
+7
2023-08-30
gdbstub: move comment for gdb_register_coprocessor
Alex Bennée
1
-0
/
+10
2023-08-30
gdbstub: replace global gdb_has_xml with a function
Alex Bennée
1
-5
/
+5
2023-03-07
gdbstub: move syscall handling to new file
Alex Bennée
1
-102
/
+0
2023-03-07
gdbstub: move register helpers into standalone include
Alex Bennée
1
-86
/
+0
2023-03-07
gdbstub: move chunks of user code into own files
Alex Bennée
1
-21
/
+0
2023-03-07
gdbstub: Make syscall_complete/[gs]et_reg target-agnostic typedefs
Philippe Mathieu-Daudé
1
-3
/
+4
2022-06-28
gdbstub: Adjust gdb_syscall_complete_cb declaration
Richard Henderson
1
-2
/
+1
2022-06-28
semihosting: Split out semihost_sys_lseek
Richard Henderson
1
-0
/
+5
2022-06-28
include/exec: Define errno values in gdbstub.h
Richard Henderson
1
-0
/
+22
2022-06-28
include/exec: Move gdb_stat and gdb_timeval to gdbstub.h
Richard Henderson
1
-0
/
+25
2022-06-28
include/exec: Move gdb open flags to gdbstub.h
Richard Henderson
1
-0
/
+9
2022-04-06
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
1
-1
/
+1
2022-03-06
exec/gdbstub: Make gdb_exit() / gdb_set_stop_cpu() target agnostic
Philippe Mathieu-Daudé
1
-12
/
+13
2021-02-15
gdbstub: Remove unused gdb_get_float32() and gdb_get_float64()
Peter Maydell
1
-20
/
+0
2021-01-18
gdbstub: drop gdbserver_cleanup in favour of gdb_exit
Alex Bennée
1
-3
/
+11
2021-01-18
gdbstub: drop CPUEnv from gdb_exit()
Alex Bennée
1
-1
/
+1
2020-05-06
gdbstub/linux-user: support debugging over a unix socket
Alex Bennée
1
-5
/
+9
2020-05-06
gdbstub: Introduce gdb_get_float64() to get 64-bit float registers
Philippe Mathieu-Daudé
1
-0
/
+11
2020-04-15
gdbstub: Introduce gdb_get_float32() to get 32-bit float registers
Philippe Mathieu-Daudé
1
-0
/
+9
2020-04-15
gdbstub: Do not use memset() on GByteArray
Philippe Mathieu-Daudé
1
-0
/
+9
2020-03-17
gdbstub: extend GByteArray to read register helpers
Alex Bennée
1
-18
/
+41
2020-03-17
gdbstub: add helper for 128 bit registers
Alex Bennée
1
-0
/
+13
2018-05-25
gdbstub: Clarify what gdb_handlesig() is doing
Peter Maydell
1
-0
/
+15
2018-03-27
gdbstub: send a termination packet instead of crashing gdb
KONRAD Frederic
1
-0
/
+2
2017-07-14
gdbstub: rename cpu_index -> cpu_gdb_index
Alex Bennée
1
-9
/
+0
2016-06-07
linux-user: Remove redundant gdb_queuesig()
Timothy E Baldwin
1
-1
/
+0
2016-05-19
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
1
-0
/
+2
2015-09-07
gdbstub: Implement gdb_do_syscallv()
Peter Maydell
1
-0
/
+27
2015-07-09
gdbstub: Change gdbserver_fork() to accept cpu instead of env
Peter Crosthwaite
1
-1
/
+1
2015-06-19
semihosting: create SemihostingConfig structure and semihost.h
Leon Alrae
1
-6
/
+0
2014-12-11
Add the "-semihosting-config" option.
Liviu Ionescu
1
-0
/
+6
2013-07-27
cpu: Introduce CPUClass::gdb_{read,write}_register()
Andreas Färber
1
-0
/
+8
2013-07-27
gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functions
Andreas Färber
1
-0
/
+37
2013-07-25
Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging
Anthony Liguori
1
-1
/
+1
2013-07-23
gdbstub: Change gdb_register_coprocessor() argument to CPUState
Andreas Färber
1
-1
/
+1
2013-07-23
gdbstub: Change gdb_handlesig() argument to CPUState
Andreas Färber
1
-1
/
+1
2013-07-23
gdbstub: Change syscall callback argument to CPUState
Andreas Färber
1
-1
/
+1
2013-07-22
configure: Make NPTL non-optional
Peter Maydell
1
-1
/
+1
2013-06-28
gdbstub: Set gdb_set_stop_cpu() argument to CPUState
Andreas Färber
1
-1
/
+1
2013-02-16
cpu: Move host_tid field to CPUState
Andreas Färber
1
-3
/
+2
2013-01-15
cpu: Move cpu_index field to CPUState
Andreas Färber
1
-1
/
+2
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
1
-0
/
+53