aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use styled_string in more placesTom Tromey2019-10-011-14/+26
* bfd_section_* macrosAlan Modra2019-09-191-2/+2
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-6/+6
* Make relocate_{path,gdb_directory} return std::stringChristian Biesinger2019-09-111-1/+1
* Remove init_cli_cmdsTom Tromey2019-07-111-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-2/+2
* Convert auto-load.c to type-safe registry APITom Tromey2019-05-081-38/+22
* Revert the header-sorting patchTom Tromey2019-04-061-21/+15
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-15/+21
* OBVIOUS: fix several occurrences of 'This options has' to 'This option has'Philippe Waroquiers2019-03-161-3/+3
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Iterate by index in auto_load_safe_path_vec_updateSimon Marchi2018-04-101-4/+3
* Convert observers to C++Tom Tromey2018-03-191-3/+3
* Change auto_load_objfile_script_1 to use std::stringTom Tromey2018-03-171-18/+8
* Make delim_string_to_char_ptr_vec return an std::vectorSimon Marchi2018-03-021-44/+37
* Create new common/pathstuff.[ch]Sergio Durigan Junior2018-02-281-0/+1
* Use gdb::unique_xmalloc_ptr in auto_load_section_scriptsTom Tromey2018-02-091-4/+2
* Use std::string in execute_script_contentsTom Tromey2018-02-091-12/+5
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-1/+0
* Constify add_setshow_*Tom Tromey2017-11-071-2/+3
* Remove cmd_cfunc_ftypeTom Tromey2017-11-071-3/+3
* Constify add_infoTom Tromey2017-11-071-2/+2
* Get rid of VEC(loaded_script_ptr)Simon Marchi2017-10-271-33/+22
* Constify add_prefix_cmdTom Tromey2017-10-111-3/+3
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey2017-08-221-42/+27
* Change return type of find_and_open_scriptTom Tromey2017-08-031-19/+13
* Introduce and use gdb_file_upTom Tromey2017-08-031-5/+2
* Introduce and use ui_out_emit_tableTom Tromey2017-08-031-9/+9
* Use ui_out_emit_tupleTom Tromey2017-04-221-13/+3
* Fix warning: Invalid entry in .debug_gdb_scripts sectionJan Kratochvil2017-03-291-1/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-15/+14
* Remove verbosity from ui_out_message and friendsSimon Marchi2016-11-261-2/+2
* remove trivialy unused variablesTrevor Saunders2016-05-071-2/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-8/+11
* Add casts to memory allocation related callsSimon Marchi2015-09-251-8/+10
* Do not manipulate "target:" filenames as local pathsGary Benson2015-04-271-2/+5
* Add support for inlining scripts into .debug_gdb_scripts.Doug Evans2015-01-311-165/+352
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Add add-auto-load-scripts-directory.Jan Kratochvil2014-11-301-0/+25
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* PR gdb/16626Jan Kratochvil2014-02-251-3/+3
* Add Guile as an extension language.Doug Evans2014-02-091-11/+29
* Extension Language APIDoug Evans2014-02-051-88/+122
* replace XZALLOC with XCNEWTom Tromey2014-01-131-1/+1
* Remove duplicated #include's from GDBHonggyu Kim2014-01-071-1/+0