aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Sync libiberty/ & include/ with GCCPedro Alves2017-09-151-8/+8
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Stop assuming no-debug-info variables have type intPedro Alves2017-09-041-0/+15
* Stop assuming no-debug-info functions return intPedro Alves2017-09-043-5/+22
* Use std::string and unique_xmalloc_ptr in compile/ codeTom Tromey2017-09-036-54/+37
* compile: Add 'set compile-gcc'Jan Kratochvil2017-08-231-11/+52
* compile: set debug compile: Display GCC driver filenameJan Kratochvil2017-08-231-2/+9
* Change gdb_abspath to return a unique_xmalloc_ptrTom Tromey2017-08-221-8/+3
* Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey2017-08-051-12/+13
* Introduce gdb_argv, a class wrapper for buildargvTom Tromey2017-08-031-6/+8
* Remove an unlink cleanupTom Tromey2017-08-031-19/+19
* Introduce and use gdb_file_upTom Tromey2017-08-031-8/+9
* compile-loc2c: Fix uninitialized variable errorSimon Marchi2017-07-091-0/+1
* Add STRINGIFY to gdb/common/preprocessor.hPedro Alves2017-06-221-3/+1
* Use std::vector in compile-loc2c.cTom Tromey2017-04-121-11/+9
* Introduce gdb_dlhandle_upTom Tromey2017-04-121-2/+4
* Introduce command_line_upTom Tromey2017-04-121-8/+4
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-1/+1
* Use gdb::function_view in iterate_over_symtabs & coPedro Alves2017-02-231-4/+12
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-026-110/+95
* Use class to manage BFD reference countsTom Tromey2017-01-101-11/+9
* Remove make_cleanup_htab_deleteTom Tromey2017-01-101-7/+4
* update copyright year range in GDB filesJoel Brobecker2017-01-0111-11/+11
* Use ui_file_as_string in gdb/compile/Pedro Alves2016-11-085-72/+87
* Use RAII to save and restore scalarsTom Tromey2016-10-211-15/+8
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-1/+2
* Handle DW_OP_form_tls_addressTom Tromey2016-09-021-3/+4
* Make the interpreters be per UIPedro Alves2016-06-211-7/+7
* Return void from linker callbacksAlan Modra2016-05-281-15/+7
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-0111-11/+11
* Type-safe wrapper for enum flagsPedro Alves2015-11-172-1/+5
* compile: Rename struct type_map_instance::gcc_type fieldPedro Alves2015-10-291-4/+4
* PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans2015-10-261-6/+6
* Add some more casts (1/2)Simon Marchi2015-09-256-25/+26
* Add casts to memory allocation related callsSimon Marchi2015-09-252-3/+5
* Mention language in compile error messageLuis Machado2015-08-271-1/+2
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-263-4/+4
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-252-37/+39
* Add casts for legitimate integer to enum conversionsSimon Marchi2015-08-061-2/+2
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-012-15/+13
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-142-3/+3
* compile: Warn for old GCC on cv-qualified self-referenceJan Kratochvil2015-07-081-1/+2
* debug compile: Replace confusing debug messageJan Kratochvil2015-07-021-4/+19
* Remove redundant include directives.Gary Benson2015-06-242-3/+0
* compile: Use also inferior munmapJan Kratochvil2015-06-033-1/+82
* compile: gdb_stdout -> gdb_stdlogJan Kratochvil2015-05-193-16/+16
* compile: Fix uninitialized variable compiler warningsJan Kratochvil2015-05-161-3/+6
* compile: Fix detected inferior typeJan Kratochvil2015-05-161-2/+3
* compile: New 'compile print'Jan Kratochvil2015-05-167-12/+310