Age | Commit message (Expand) | Author | Files | Lines |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-09-19 | Use gdb::checked_static_cast for tracepoints | Tom Tromey | 1 | -2/+2 |
2023-09-17 | gdb: remove unused free_actions declaration | Simon Marchi | 1 | -2/+0 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-03-29 | Remove two unused hooks | Tom Tromey | 1 | -5/+0 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-10-03 | gdb: make string-like set show commands use std::string variable | Simon Marchi | 1 | -1/+1 |
2021-01-09 | Remove a use of print_expression | Tom Tromey | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-10 | Fix tracepoint.c:parse_tracepoint_definition leak (and one more) | Pedro Alves | 1 | -6/+6 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-09-17 | python: Make gdb.execute("show commands") work (PR 23669) | Simon Marchi | 1 | -0/+3 |
2018-08-06 | Variable size for regs mask in collection list | Pedro Franco de Carvalho | 1 | -2/+3 |
2018-08-06 | Use remote register numbers in tracepoint mask | Pedro Franco de Carvalho | 1 | -2/+6 |
2018-04-09 | Remove VEC(tsv_s), use std::vector instead | Simon Marchi | 1 | -18/+22 |
2018-04-07 | Replace make_cleanup_restore_current_traceframe with RAII class | Simon Marchi | 1 | -1/+16 |
2018-03-30 | Use std::vector in uploaded_tp | Simon Marchi | 1 | -16/+16 |
2018-03-22 | Get rid of VEC(static_tracepoint_marker_p) | Simon Marchi | 1 | -9/+13 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-08 | Make encode_actions_rsp use std::vector | Simon Marchi | 1 | -2/+3 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -2/+2 |
2017-10-16 | Get rid of VEC(mem_range_s) | Simon Marchi | 1 | -1/+1 |
2017-10-14 | Make to_traceframe_info return a unique_ptr | Simon Marchi | 1 | -2/+15 |
2017-10-14 | Use std::vector for traceframe_info::memory | Simon Marchi | 1 | -1/+1 |
2017-10-14 | Use std::vector for traceframe_info::tvars | Simon Marchi | 1 | -2/+2 |
2017-09-29 | Constify unpack_varlen_hex & fix fallout | Pedro Alves | 1 | -5/+5 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-02 | Rename some trace functions | Simon Marchi | 1 | -1/+1 |
2016-11-17 | gdb/tracepoint.c: Don't use printf_vma | Pedro Alves | 1 | -1/+2 |
2016-11-09 | agent_expr_up: gdb::unique_ptr -> std::unique_ptr | Pedro Alves | 1 | -3/+1 |
2016-11-08 | 'struct agent_expr *' -> unique_ptr<agent_expr> | Pedro Alves | 1 | -1/+3 |
2016-11-08 | Clean up tracepoint.h/c:collection_list | Pedro Alves | 1 | -16/+56 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-08-11 | Explicit locations: use new location API | Keith Seitz | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-03-22 | Remove target_read_live_memory | Yao Qi | 1 | -9/+0 |
2014-03-06 | Fix PR16508 | Yao Qi | 1 | -0/+2 |
2014-02-23 | Move trace file writer out of tracepoint.c | Yao Qi | 1 | -105/+5 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-06-26 | gdb/ | Yao Qi | 1 | -2/+46 |
2013-06-26 | gdb/ | Yao Qi | 1 | -0/+3 |
2013-06-07 | gdb/ | Yao Qi | 1 | -0/+1 |
2013-05-30 | gdb/ | Yao Qi | 1 | -1/+1 |
2013-04-10 | make -gdb-exit call disconnect_tracing too, and don't lose history if the tar... | Pedro Alves | 1 | -1/+2 |
2013-04-10 | gdb/ | Yao Qi | 1 | -0/+15 |
2013-04-07 | gdb/ | Yao Qi | 1 | -1/+1 |