index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
exec
/
gdbstub.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdbstub: expose api to find registers
Alex Bennée
2024-02-28
1
-0
/
+28
*
gdbstub: Add members to identify registers to GDBFeature
Akihiko Odaki
2024-02-28
1
-0
/
+3
*
gdbstub: Simplify XML lookup
Akihiko Odaki
2024-02-28
1
-0
/
+6
*
gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb
Akihiko Odaki
2024-02-28
1
-2
/
+2
*
gdbstub: Use GDBFeature for gdb_register_coprocessor
Akihiko Odaki
2024-02-28
1
-1
/
+1
*
gdbstub: Introduce GDBFeatureBuilder
Akihiko Odaki
2023-11-08
1
-0
/
+50
*
gdbstub: Introduce gdb_find_static_feature()
Akihiko Odaki
2023-11-08
1
-0
/
+8
*
gdbstub: Add num_regs member to GDBFeature
Akihiko Odaki
2023-11-08
1
-0
/
+1
*
gdbstub: Remove gdb_has_xml variable
Akihiko Odaki
2023-10-11
1
-8
/
+0
*
gdbstub: Introduce GDBFeature structure
Akihiko Odaki
2023-10-11
1
-2
/
+7
*
gdbstub: move comment for gdb_register_coprocessor
Alex Bennée
2023-08-30
1
-0
/
+10
*
gdbstub: replace global gdb_has_xml with a function
Alex Bennée
2023-08-30
1
-5
/
+5
*
gdbstub: move syscall handling to new file
Alex Bennée
2023-03-07
1
-102
/
+0
*
gdbstub: move register helpers into standalone include
Alex Bennée
2023-03-07
1
-86
/
+0
*
gdbstub: move chunks of user code into own files
Alex Bennée
2023-03-07
1
-21
/
+0
*
gdbstub: Make syscall_complete/[gs]et_reg target-agnostic typedefs
Philippe Mathieu-Daudé
2023-03-07
1
-3
/
+4
*
gdbstub: Adjust gdb_syscall_complete_cb declaration
Richard Henderson
2022-06-28
1
-2
/
+1
*
semihosting: Split out semihost_sys_lseek
Richard Henderson
2022-06-28
1
-0
/
+5
*
include/exec: Define errno values in gdbstub.h
Richard Henderson
2022-06-28
1
-0
/
+22
*
include/exec: Move gdb_stat and gdb_timeval to gdbstub.h
Richard Henderson
2022-06-28
1
-0
/
+25
*
include/exec: Move gdb open flags to gdbstub.h
Richard Henderson
2022-06-28
1
-0
/
+9
*
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
exec/gdbstub: Make gdb_exit() / gdb_set_stop_cpu() target agnostic
Philippe Mathieu-Daudé
2022-03-06
1
-12
/
+13
*
gdbstub: Remove unused gdb_get_float32() and gdb_get_float64()
Peter Maydell
2021-02-15
1
-20
/
+0
*
gdbstub: drop gdbserver_cleanup in favour of gdb_exit
Alex Bennée
2021-01-18
1
-3
/
+11
*
gdbstub: drop CPUEnv from gdb_exit()
Alex Bennée
2021-01-18
1
-1
/
+1
*
gdbstub/linux-user: support debugging over a unix socket
Alex Bennée
2020-05-06
1
-5
/
+9
*
gdbstub: Introduce gdb_get_float64() to get 64-bit float registers
Philippe Mathieu-Daudé
2020-05-06
1
-0
/
+11
*
gdbstub: Introduce gdb_get_float32() to get 32-bit float registers
Philippe Mathieu-Daudé
2020-04-15
1
-0
/
+9
*
gdbstub: Do not use memset() on GByteArray
Philippe Mathieu-Daudé
2020-04-15
1
-0
/
+9
*
gdbstub: extend GByteArray to read register helpers
Alex Bennée
2020-03-17
1
-18
/
+41
*
gdbstub: add helper for 128 bit registers
Alex Bennée
2020-03-17
1
-0
/
+13
*
gdbstub: Clarify what gdb_handlesig() is doing
Peter Maydell
2018-05-25
1
-0
/
+15
*
gdbstub: send a termination packet instead of crashing gdb
KONRAD Frederic
2018-03-27
1
-0
/
+2
*
gdbstub: rename cpu_index -> cpu_gdb_index
Alex Bennée
2017-07-14
1
-9
/
+0
*
linux-user: Remove redundant gdb_queuesig()
Timothy E Baldwin
2016-06-07
1
-1
/
+0
*
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
2016-05-19
1
-0
/
+2
*
gdbstub: Implement gdb_do_syscallv()
Peter Maydell
2015-09-07
1
-0
/
+27
*
gdbstub: Change gdbserver_fork() to accept cpu instead of env
Peter Crosthwaite
2015-07-09
1
-1
/
+1
*
semihosting: create SemihostingConfig structure and semihost.h
Leon Alrae
2015-06-19
1
-6
/
+0
*
Add the "-semihosting-config" option.
Liviu Ionescu
2014-12-11
1
-0
/
+6
*
cpu: Introduce CPUClass::gdb_{read,write}_register()
Andreas Färber
2013-07-27
1
-0
/
+8
*
gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functions
Andreas Färber
2013-07-27
1
-0
/
+37
*
Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging
Anthony Liguori
2013-07-25
1
-1
/
+1
|
\
|
*
configure: Make NPTL non-optional
Peter Maydell
2013-07-22
1
-1
/
+1
*
|
gdbstub: Change gdb_register_coprocessor() argument to CPUState
Andreas Färber
2013-07-23
1
-1
/
+1
*
|
gdbstub: Change gdb_handlesig() argument to CPUState
Andreas Färber
2013-07-23
1
-1
/
+1
*
|
gdbstub: Change syscall callback argument to CPUState
Andreas Färber
2013-07-23
1
-1
/
+1
|
/
*
gdbstub: Set gdb_set_stop_cpu() argument to CPUState
Andreas Färber
2013-06-28
1
-1
/
+1
*
cpu: Move host_tid field to CPUState
Andreas Färber
2013-02-16
1
-3
/
+2
[next]