2 days ago |
Tom Tromey | Disabling hardware single step in gdbserver |
tree | commitdiff |
5 days ago |
Andrew Burgess | gdbserver: switch to using getopt_long for argument... |
tree | commitdiff |
5 days ago |
Andrew Burgess | gdbserver: exit with code 1 after missing packet name |
tree | commitdiff |
5 days ago |
Andrew Burgess | gdbserver: convert locals to `bool` in captured_main |
tree | commitdiff |
2025-07-23 |
Simon Marchi | gdbserver: use reference in range for loop |
tree | commitdiff |
2025-07-23 |
Simon Marchi | gdb, gdbserver: use structured bindings in a few places |
tree | commitdiff |
2025-06-23 |
Andrew Burgess | gdb: only use /proc/PID/exe for local f/s with no sysroot |
tree | commitdiff |
2025-06-23 |
Andrew Burgess | gdbserver: include sys/stat.h for 'struct stat' |
tree | commitdiff |
2025-06-20 |
Kirill Radkin | gdbserver: Update require_int function to parse offset... |
tree | commitdiff |
2025-06-17 |
Fabian Kilger | gdb: implement linux namespace support for fileio_lstat... |
tree | commitdiff |
2025-06-17 |
Andrew Burgess | gdbserver: fix vFile:stat to actually use 'stat' |
tree | commitdiff |
2025-06-17 |
Andrew Burgess | gdbserver: add vFile:lstat packet support |
tree | commitdiff |
2025-05-02 |
Tom de Vries | [gdbsupport] Reimplement phex and phex_nz as templates |
tree | commitdiff |
2025-04-24 |
Andrew Burgess | gdb: move remote arg splitting and joining into gdbsupport/ |
tree | commitdiff |
2025-04-08 |
Tom Tromey | Update copyright dates to include 2025 |
tree | commitdiff |
2025-04-05 |
Thiago Jung Bauermann | gdbserver: regcache: Update comment in supply_regblock |
tree | commitdiff |
2025-04-02 |
Luis Machado | Fix gdbserver crashes on SVE/SME-enabled systems |
tree | commitdiff |
2025-03-31 |
Michael Eager | gdbserver: Add support for MicroBlaze host microblaze... |
tree | commitdiff |
2025-03-31 |
Tom de Vries | [pre-commit] Add codespell hook |
tree | commitdiff |
2025-03-27 |
Tom de Vries | [gdbserver] Fix typo in tracepoint.cc |
tree | commitdiff |
2025-03-19 |
Wataru Ashihara | gdbserver: fix build on NetBSD |
tree | commitdiff |
2025-03-18 |
Andrew Burgess | gdb: split up construct_inferior_arguments |
tree | commitdiff |
2025-03-17 |
Simon Marchi | gdbsupport: add some -Wunused-* warning flags |
tree | commitdiff |
2025-03-17 |
Simon Marchi | gdbsupport: re-format and sort warning flags |
tree | commitdiff |
2025-03-06 |
Tom de Vries | [gdbserver] Drop abbreviations in gdbserver/xtensa... |
tree | commitdiff |
2025-03-06 |
Tom de Vries | [gdbserver] Add codespell section in setup.cfg |
tree | commitdiff |
2025-03-06 |
Tom de Vries | [gdbserver] Fix some typos |
tree | commitdiff |
2025-02-28 |
Simon Marchi | gdb, gdbserver, gdbsupport: fix some namespace comment... |
tree | commitdiff |
2025-02-19 |
Tankut Baris Aktemur | gdbserver, remote: introduce "id_str" in the "qXfer... |
tree | commitdiff |
2025-02-14 |
Simon Marchi | gdbserver: use `gdb::unordered_map` |
tree | commitdiff |
2025-01-30 |
Alexandra Hájková | gdb: add first gdbreplay test, connect.exp |
tree | commitdiff |
2025-01-29 |
Tankut Baris Aktemur | gdbserver: fix the declared type of register_status... |
tree | commitdiff |
2025-01-29 |
Tankut Baris Aktemur | gdbserver: refactor the definition and uses of supply_r... |
tree | commitdiff |
2025-01-29 |
Tankut Baris Aktemur | gdbserver: define and use regcache::reset |
tree | commitdiff |
2025-01-29 |
Tankut Baris Aktemur | gdbserver: use REG_UNKNOWN for a regcache's register... |
tree | commitdiff |
2025-01-29 |
Tankut Baris Aktemur | gdbserver: use unique_ptr for thread_info's regcache |
tree | commitdiff |
2025-01-29 |
Tankut Baris Aktemur | gdbserver: convert free_register_cache into a destructo... |
tree | commitdiff |
2025-01-29 |
Tankut Baris Aktemur | gdbserver: convert init_register_cache and new_register... |
tree | commitdiff |
2025-01-29 |
Tankut Baris Aktemur | gdbserver: use inheritance more to define tracepoint... |
tree | commitdiff |
2025-01-29 |
Tankut Baris Aktemur | gdbserver: use inheritance to define tracepoint contexts |
tree | commitdiff |
2025-01-29 |
Tankut Baris Aktemur | gdbserver: add back lost comments in fast_tracepoint_ctx |
tree | commitdiff |
2025-01-29 |
Andrew Burgess | gdbserver: introduce and use new gdb::argv_vec class |
tree | commitdiff |
2025-01-28 |
Andrew Burgess | gdb/remote: add 'binary-upload' feature to guard 'x... |
tree | commitdiff |
2025-01-16 |
Sergio Durigan Junior | gdbserver: Fix build on MIPS |
tree | commitdiff |
2025-01-15 |
Tankut Baris Aktemur | gdbserver: remove an obsolete comment in tracepoint.cc |
tree | commitdiff |
2025-01-15 |
Tankut Baris Aktemur | gdbserver: remove forward declaration of struct tracepo... |
tree | commitdiff |
2025-01-15 |
Hui Li | gdbserver: LoongArch: Add hardware watchpoint/breakpoin... |
tree | commitdiff |
2025-01-15 |
Andrew Burgess | gdbserver: convert program_args to a single string |
tree | commitdiff |
2025-01-14 |
Tankut Baris Aktemur | gdbserver: remove handling of the 'L' tracepoint action |
tree | commitdiff |
2025-01-14 |
Tankut Baris Aktemur | gdbserver: remove the static_tracepoint enum value |
tree | commitdiff |
2025-01-14 |
Tankut Baris Aktemur | gdbserver: do not announce static tracepoint support |
tree | commitdiff |
2025-01-14 |
Tankut Baris Aktemur | gdbserver: remove UST (static tracepoint) support ... |
tree | commitdiff |
2025-01-14 |
Tankut Baris Aktemur | gdbserver: remove UST (static tracepoint) support ... |
tree | commitdiff |
2025-01-09 |
Tankut Baris Aktemur | gdbserver: introduce and use regcache::set_register_status |
tree | commitdiff |
2025-01-09 |
Tankut Baris Aktemur | gdbserver: dump 'xx...x' in collect_register_as_string... |
tree | commitdiff |
2025-01-08 |
Thiago Jung Bauermann | GDB, gdbserver: Convert regcache_register_size function... |
tree | commitdiff |
2024-12-19 |
Tankut Baris Aktemur | gdb, gdbserver: introduce the 'x' RSP packet for binary... |
tree | commitdiff |
2024-12-19 |
Tankut Baris Aktemur | gdbserver: allow suppressing the next putpkt remote... |
tree | commitdiff |
2024-12-18 |
Tom Tromey | Run check-include-guards.py |
tree | commitdiff |
2024-12-17 |
Tankut Baris Aktemur | gdbserver: return tracked register status in regcache_r... |
tree | commitdiff |
2024-12-17 |
Tankut Baris Aktemur | gdbserver: rename regcache's registers_valid to registe... |
tree | commitdiff |
2024-12-17 |
Tankut Baris Aktemur | gdbserver: boolify regcache fields |
tree | commitdiff |
2024-12-17 |
Tankut Baris Aktemur | gdbserver: check for nullptr condition in regcache... |
tree | commitdiff |
2024-12-17 |
Tankut Baris Aktemur | gdbserver: convert regcache_cpy into regcache::copy_from |
tree | commitdiff |
2024-12-17 |
Tankut Baris Aktemur | gdbserver: boolify and defaultize the 'fetch' parameter... |
tree | commitdiff |
2024-12-17 |
Tankut Baris Aktemur | gdbserver: by-pass regcache to access tdesc only |
tree | commitdiff |
2024-12-12 |
Tom Tromey | Add text to gdbreplay --help output |
tree | commitdiff |
2024-12-11 |
Tom Tromey | Fix gdbreplay checksum calculation |
tree | commitdiff |
2024-12-09 |
Tankut Baris Aktemur | gdbserver: remove 'struct' in 'struct thread_info'... |
tree | commitdiff |
2024-12-07 |
Simon Marchi | gdbserver: simplify win32 process removal |
tree | commitdiff |
2024-12-06 |
Simon Marchi | gdb, gdbserver, gdbsupport: remove some unused gdb_vecs... |
tree | commitdiff |
2024-12-06 |
Hannes Domani | Reduce WOW64 code duplication |
tree | commitdiff |
2024-12-05 |
Simon Marchi | gdbserver/win32-low.cc: remove use of `all_threads` |
tree | commitdiff |
2024-12-05 |
Simon Marchi | gdbserver: add and use `process_info::find_thread(ptid)` |
tree | commitdiff |
2024-12-04 |
Simon Marchi | gdbserver: make thread_target_data a method of thread_info |
tree | commitdiff |
2024-12-04 |
Simon Marchi | gdbserver: make thread_regcache_data / set_thread_regca... |
tree | commitdiff |
2024-12-04 |
Simon Marchi | gdbserver: make get_thread_lwp a function |
tree | commitdiff |
2024-12-04 |
Simon Marchi | gdbserver: remove macro get_lwp_thread |
tree | commitdiff |
2024-12-02 |
Simon Marchi | gdb, gdbserver, gdbsupport: flatten and sort some... |
tree | commitdiff |
2024-11-26 |
Sandra Loosemore | nios2: Remove all GDB support for Nios II targets. |
tree | commitdiff |
2024-11-25 |
Alexandra Hájková | gdbreplay: Calculate the checksum if missing |
tree | commitdiff |
2024-11-23 |
Tom de Vries | [gdb/contrib] Add two rules in common-misspellings.txt |
tree | commitdiff |
2024-11-22 |
Hannes Domani | Use appropriate context flags for Wow64 processes |
tree | commitdiff |
2024-11-22 |
Tom de Vries | [gdbsupport] Add gdb::{waitpid,read,write,close} |
tree | commitdiff |
2024-11-12 |
Andrew Burgess | gdbserver: pass osabi to GDB in more target descriptions |
tree | commitdiff |
2024-11-12 |
Tom de Vries | [gdb/tdep] Use raw_supply_part_zeroed for AArch64 |
tree | commitdiff |
2024-11-08 |
Simon Marchi | gdbserver: remove pidof(process) |
tree | commitdiff |
2024-11-08 |
Simon Marchi | gdbserver: remove pid_of(thread) |
tree | commitdiff |
2024-11-08 |
Simon Marchi | gdbserver: remove lwpid_of(thread) |
tree | commitdiff |
2024-11-08 |
Simon Marchi | gdbserver: remove ptid_of(thread) |
tree | commitdiff |
2024-11-08 |
Simon Marchi | gdbserver: remove current_thread_ptid |
tree | commitdiff |
2024-11-08 |
Simon Marchi | gdbserver: remove current_ptid macro |
tree | commitdiff |
2024-11-08 |
Simon Marchi | gdbserver: remove get_thread_process |
tree | commitdiff |
2024-11-08 |
Simon Marchi | gdbserver: make remove_thread a method of process_info |
tree | commitdiff |
2024-11-08 |
Simon Marchi | gdbserver: make add_thread a method of process_info |
tree | commitdiff |
2024-11-08 |
Simon Marchi | gdbserver: add thread -> process backlink |
tree | commitdiff |
2024-11-08 |
Simon Marchi | gdbserver: remove for_each_thread(pid, func) |
tree | commitdiff |
2024-11-07 |
Stephan Rohr | gdbserver: add process specific thread list and map |
tree | commitdiff |
2024-11-07 |
Stephan Rohr | gdbserver: change 'all_processes' and 'all_threads... |
tree | commitdiff |
2024-10-28 |
Simon Marchi | gdbserver: remove unused include in gdbthread.h |
tree | commitdiff |
next |