Age | Commit message (Expand) | Author | Files | Lines |
2018-03-27 | C++-ify typedef hash | Tom Tromey | 1 | -15/+4 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -2/+2 |
2018-02-26 | Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPE | Tom Tromey | 1 | -1/+2 |
2018-01-07 | C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr) | Simon Marchi | 1 | -139/+19 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-09-20 | Remove make_cleanup_restore_target_terminal | Tom Tromey | 1 | -2/+2 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-11 | Remove apply_val_pretty_printer parameter valaddr | Yao Qi | 1 | -8/+8 |
2016-06-24 | Support structure offsets that are 512K or larger. | David Taylor | 1 | -1/+1 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -2/+0 |
2016-04-12 | Eliminate clear_quit_flag | Pedro Alves | 1 | -19/+0 |
2016-04-12 | Introduce interruptible_select | Pedro Alves | 1 | -1/+14 |
2016-01-08 | Change SIGINT handler for extension languages only when target terminal is ours | Yao Qi | 1 | -21/+30 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-08-27 | gdb: Use sighandler_t everywhere | Pedro Alves | 1 | -1/+1 |
2015-04-29 | PR python/18285 | Doug Evans | 1 | -0/+25 |
2015-01-31 | Add support for inlining scripts into .debug_gdb_scripts. | Doug Evans | 1 | -0/+16 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-06-03 | Add xmethod interface to the extension language API. | Siva Chandra | 1 | -0/+154 |
2014-03-22 | * extension.c (eval_ext_lang_from_control_command): Avoid dereferencing | Doug Evans | 1 | -1/+2 |
2014-02-09 | Add Guile as an extension language. | Doug Evans | 1 | -0/+2 |
2014-02-05 | fix copyright year in new files in previous checkin | Doug Evans | 1 | -1/+1 |
2014-02-05 | Extension Language API | Doug Evans | 1 | -0/+871 |