Age | Commit message (Expand) | Author | Files | Lines |
2020-06-08 | gdb: remove TYPE_FIELD_TYPE macro | Simon Marchi | 1 | -3/+3 |
2020-05-22 | gdb: remove TYPE_NFIELDS macro | Simon Marchi | 1 | -4/+4 |
2020-05-19 | Default gdb_bfd_open's fd parameter to -1 | Pedro Alves | 1 | -1/+1 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -14/+14 |
2020-04-24 | Use the linkage name if it exists | Tom Tromey | 1 | -3/+4 |
2020-03-25 | Fix error message in compile-object-load.c | Tom Tromey | 1 | -1/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-12 | Make the objfile destructor private | Tom Tromey | 1 | -3/+3 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 1 | -1/+1 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -25/+24 |
2019-07-24 | Allow passing a block to lookup_global_symbol_from_objfile | Christian Biesinger | 1 | -0/+1 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -3/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-09-18 | Remove remaining cleanups from compile-object-load.c | Tom Tromey | 1 | -27/+37 |
2018-09-18 | Remove munmap_listp_free_cleanup | Tom Tromey | 1 | -66/+22 |
2018-09-13 | Return std::string from gdb_bfd_errmsg | Tom Tromey | 1 | -1/+2 |
2018-08-29 | C++ compile support | Keith Seitz | 1 | -2/+5 |
2018-07-22 | Simple unused variable removals | Tom Tromey | 1 | -2/+0 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -1/+3 |
2018-01-05 | Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670) | Pedro Alves | 1 | -1/+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 | -3/+1 |
2017-11-04 | Remove make_cleanup_free_objfile | Tom Tromey | 1 | -7/+6 |
2017-11-04 | Remove cleanups from link_callbacks_einfo | Tom Tromey | 1 | -7/+2 |
2017-08-05 | Use gdb::unique_xmalloc_ptr when calling tilde_expand | Tom Tromey | 1 | -12/+13 |
2017-01-10 | Use class to manage BFD reference counts | Tom Tromey | 1 | -11/+9 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-08 | Use ui_file_as_string in gdb/compile/ | Pedro Alves | 1 | -10/+8 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -1/+2 |
2016-05-28 | Return void from linker callbacks | Alan Modra | 1 | -15/+7 |
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 | -4/+5 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -2/+3 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -2/+2 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -1/+1 |
2015-07-14 | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 1 | -2/+2 |
2015-07-02 | debug compile: Replace confusing debug message | Jan Kratochvil | 1 | -4/+19 |
2015-06-03 | compile: Use also inferior munmap | Jan Kratochvil | 1 | -1/+70 |
2015-05-19 | compile: gdb_stdout -> gdb_stdlog | Jan Kratochvil | 1 | -5/+5 |
2015-05-16 | compile: Fix uninitialized variable compiler warnings | Jan Kratochvil | 1 | -3/+6 |
2015-05-16 | compile: Fix detected inferior type | Jan Kratochvil | 1 | -2/+3 |
2015-05-16 | compile: New 'compile print' | Jan Kratochvil | 1 | -3/+145 |
2015-05-16 | Code cleanup: compile: func_addr -> func_sym | Jan Kratochvil | 1 | -34/+47 |
2015-05-16 | compile: Distribute scope, add scope_data | Jan Kratochvil | 1 | -1/+4 |
2015-05-16 | compile: Add one debug message | Jan Kratochvil | 1 | -0/+6 |
2015-05-06 | compile: Support relocation to GNU-IFUNCs | Jan Kratochvil | 1 | -0/+4 |
2015-02-26 | Add ATTRIBUTE_PRINTF attributes, and fix fallout | Pedro Alves | 1 | -0/+3 |
2015-02-26 | Change // comment in gdb/compile/ | Jan Kratochvil | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |