Age | Commit message (Expand) | Author | Files | Lines |
2018-05-24 | Update help text in record.c | Tom Tromey | 1 | -2/+2 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -9/+9 |
2018-04-13 | record: fix typo in "set record" output | Markus Metzger | 1 | -1/+1 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -2/+2 |
2018-03-01 | Propagate record_print_flags | Simon Marchi | 1 | -10/+5 |
2018-01-19 | Pass inferior down to target_detach and to_detach | Simon Marchi | 1 | -2/+2 |
2018-01-19 | Remove args from target detach | Simon Marchi | 1 | -2/+2 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -1/+0 |
2017-11-07 | Constify execute_command | Tom Tromey | 1 | -7/+7 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -2/+2 |
2017-10-26 | const-fy function parameter struct address_space *aspace | Yao Qi | 1 | -1/+2 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -5/+5 |
2017-09-27 | Constify some commands in record.c | Tom Tromey | 1 | -17/+21 |
2017-09-11 | Rename _const functions to use overloading instead | Tom Tromey | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-09-04 | Introduce gdb_disassembly_flags | Pedro Alves | 1 | -6/+4 |
2017-04-05 | -Wwrite-strings: execute_command calls with string literals | Pedro Alves | 1 | -7/+7 |
2017-02-14 | Add record_start and record_stop functions. | Tim Wiederhake | 1 | -0/+42 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-09-19 | Consolidate target_mourn_inferior between GDB and gdbserver | Sergio Durigan Junior | 1 | -1/+1 |
2016-06-06 | Add method/format information to =record-started | Simon Marchi | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-04 | btrace: add instruction-history /s and fix documentation | Markus Metzger | 1 | -2/+3 |
2015-09-18 | target, record: add PTID argument to to_record_is_replaying | Markus Metzger | 1 | -1/+1 |
2015-08-14 | New /s modifier for the disassemble command. | Doug Evans | 1 | -1/+1 |
2015-03-04 | record-full/record-btrace: software/hardware breakpoint trap | Pedro Alves | 1 | -0/+19 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-07-07 | change to_info_record to use target delegation | Tom Tromey | 1 | -2/+1 |
2014-06-26 | constify get_bookmark and goto_bookmark | Tom Tromey | 1 | -5/+13 |
2014-06-16 | constify to_disconnect | Tom Tromey | 1 | -1/+1 |
2014-02-19 | convert to_stop_recording | Tom Tromey | 1 | -2/+1 |
2014-02-19 | Add target_ops argument to to_info_record | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_stop_recording | Tom Tromey | 1 | -1/+1 |
2014-02-19 | introduce and use find_target_at | Tom Tromey | 1 | -7/+1 |
2014-01-16 | record-btrace: optionally indent function call history | Markus Metzger | 1 | -0/+4 |
2014-01-14 | Fix "is a record target open" checks. | Pedro Alves | 1 | -2/+13 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-08 | constify to_detach | Tom Tromey | 1 | -1/+1 |
2013-09-30 | * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid. | Luis Machado | 1 | -1/+1 |
2013-09-02 | record: upcase record_print_flag enumeration constants | Markus Metzger | 1 | -2/+2 |
2013-05-15 | The "record goto" command scans its arguments for "begin", "start", or "end". | Markus Metzger | 1 | -14/+40 |
2013-04-19 | -Wpointer-sign: record.c. | Pedro Alves | 1 | -1/+1 |
2013-04-10 | Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands. | Pedro Alves | 1 | -4/+4 |
2013-03-27 | record: fix instruction-history-size regression | Markus Metzger | 1 | -8/+8 |
2013-03-26 | "set record instruction-history-size"/"set record function-call-history-size"... | Pedro Alves | 1 | -16/+87 |
2013-03-11 | Add a disassembly flag to omit the pc prefix and use it in the "record | Markus Metzger | 1 | -0/+4 |
2013-03-11 | Add command to print the function names from recorded instructions. | Markus Metzger | 1 | -0/+149 |
2013-03-11 | Add a command to provide a disassembly of the execution trace log. | Markus Metzger | 1 | -0/+203 |
2013-03-11 | Provide default target methods for record targets that are likely to be shared | Markus Metzger | 1 | -5/+94 |