Age | Commit message (Expand) | Author | Files | Lines |
2018-04-10 | Iterate by index in auto_load_safe_path_vec_update | Simon Marchi | 1 | -4/+3 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -3/+3 |
2018-03-17 | Change auto_load_objfile_script_1 to use std::string | Tom Tromey | 1 | -18/+8 |
2018-03-02 | Make delim_string_to_char_ptr_vec return an std::vector | Simon Marchi | 1 | -44/+37 |
2018-02-28 | Create new common/pathstuff.[ch] | Sergio Durigan Junior | 1 | -0/+1 |
2018-02-09 | Use gdb::unique_xmalloc_ptr in auto_load_section_scripts | Tom Tromey | 1 | -4/+2 |
2018-02-09 | Use std::string in execute_script_contents | Tom Tromey | 1 | -12/+5 |
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 add_setshow_* | Tom Tromey | 1 | -2/+3 |
2017-11-07 | Remove cmd_cfunc_ftype | Tom Tromey | 1 | -3/+3 |
2017-11-07 | Constify add_info | Tom Tromey | 1 | -2/+2 |
2017-10-27 | Get rid of VEC(loaded_script_ptr) | Simon Marchi | 1 | -33/+22 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -3/+3 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-08-22 | Change gdb_realpath to return a unique_xmalloc_ptr | Tom Tromey | 1 | -42/+27 |
2017-08-03 | Change return type of find_and_open_script | Tom Tromey | 1 | -19/+13 |
2017-08-03 | Introduce and use gdb_file_up | Tom Tromey | 1 | -5/+2 |
2017-08-03 | Introduce and use ui_out_emit_table | Tom Tromey | 1 | -9/+9 |
2017-04-22 | Use ui_out_emit_tuple | Tom Tromey | 1 | -13/+3 |
2017-03-29 | Fix warning: Invalid entry in .debug_gdb_scripts section | Jan Kratochvil | 1 | -1/+2 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 1 | -15/+14 |
2016-11-26 | Remove verbosity from ui_out_message and friends | Simon Marchi | 1 | -2/+2 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -2/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -8/+11 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -8/+10 |
2015-04-27 | Do not manipulate "target:" filenames as local paths | Gary Benson | 1 | -2/+5 |
2015-01-31 | Add support for inlining scripts into .debug_gdb_scripts. | Doug Evans | 1 | -165/+352 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-11-30 | Add add-auto-load-scripts-directory. | Jan Kratochvil | 1 | -0/+25 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-02-25 | PR gdb/16626 | Jan Kratochvil | 1 | -3/+3 |
2014-02-09 | Add Guile as an extension language. | Doug Evans | 1 | -11/+29 |
2014-02-05 | Extension Language API | Doug Evans | 1 | -88/+122 |
2014-01-13 | replace XZALLOC with XCNEW | Tom Tromey | 1 | -1/+1 |
2014-01-07 | Remove duplicated #include's from GDB | Honggyu Kim | 1 | -1/+0 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-04 | * auto-load.c (load_auto_scripts_for_objfile): Add some comments. | Doug Evans | 1 | -0/+5 |
2013-11-29 | Move .debug_gdb_script processing to auto-load.c. | Doug Evans | 1 | -25/+204 |
2013-10-29 | Simplify REGISTRY cleanup usages | Yao Qi | 1 | -8/+4 |
2013-10-09 | New flag OBJF_NOT_FILENAME | Jan Kratochvil | 1 | -1/+1 |
2013-09-24 | Code cleanup: Add objfile_name accessor | Jan Kratochvil | 1 | -2/+2 |
2013-04-22 | PR gdb/7912: | Tom Tromey | 1 | -2/+3 |
2013-01-31 | 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com> | Aleksandar Ristovski | 1 | -1/+0 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-09-17 | gdb/ | Jan Kratochvil | 1 | -8/+55 |
2012-08-27 | gdb/ | Jan Kratochvil | 1 | -9/+45 |
2012-08-22 | * auto-load.c (_initialize_auto_load): Update. | Tom Tromey | 1 | -1/+2 |