Age | Commit message (Expand) | Author | Files | Lines |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-18 | gdb, compile: unlink objfile stored in module | Markus Metzger | 1 | -12/+9 |
2022-07-28 | Change allocation of type-copying hash table | Tom Tromey | 1 | -2/+2 |
2022-04-27 | gdb: remove BLOCK_ENTRY_PC macro | Simon Marchi | 1 | -1/+1 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-09-23 | Simplify compile_module cleanup | Tom Tromey | 1 | -7/+1 |
2020-09-23 | Transfer module ownership to do_module_cleanup | Tom Tromey | 1 | -42/+28 |
2020-09-23 | Introduce and use compile_module_up | Tom Tromey | 1 | -3/+1 |
2020-09-23 | Use new/delete for do_module_cleanup | Tom Tromey | 1 | -10/+18 |
2020-09-18 | gdb: Fix use after free bug in compile_object_run | Andrew Burgess | 1 | -3/+14 |
2020-09-17 | Use htab_up in type copying | Tom Tromey | 1 | -4/+2 |
2020-06-08 | gdb: remove TYPE_FIELD_TYPE macro | Simon Marchi | 1 | -2/+2 |
2020-05-22 | gdb: remove TYPE_NFIELDS macro | Simon Marchi | 1 | -5/+5 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 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 | -1/+1 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |
2019-04-08 | Replace throw_exception with throw in some cases | Tom Tromey | 1 | -1/+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-17 | Change all_objfiles adapter to be a method on program_space | Tom Tromey | 1 | -1/+1 |
2019-01-09 | Remove most uses of ALL_OBJFILES | Tom Tromey | 1 | -2/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-21 | Use gdb:array_view in call_function_by_hand & friends | Pedro Alves | 1 | -2/+2 |
2018-09-18 | Remove munmap_listp_free_cleanup | Tom Tromey | 1 | -1/+1 |
2018-08-23 | Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START | Kevin Buettner | 1 | -1/+1 |
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 | -2/+0 |
2017-10-13 | Change objfile to use new/delete | Tom Tromey | 1 | -1/+1 |
2017-09-04 | Stop assuming no-debug-info functions return int | Pedro Alves | 1 | -1/+2 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+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 | -1/+1 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -1/+2 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |
2015-06-03 | compile: Use also inferior munmap | Jan Kratochvil | 1 | -0/+6 |
2015-05-16 | compile: New 'compile print' | Jan Kratochvil | 1 | -1/+32 |
2015-05-16 | Code cleanup: compile: func_addr -> func_sym | Jan Kratochvil | 1 | -16/+27 |
2015-05-16 | compile: Distribute scope, add scope_data | Jan Kratochvil | 1 | -0/+6 |
2015-05-13 | Call dummy_frame_dtor_ftype also from remove_dummy_frame | Jan Kratochvil | 1 | -2/+2 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -3/+3 |
2015-03-07 | Normalize TRY_CATCH exception handling block | Pedro Alves | 1 | -7/+8 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-12 | the "compile" command | Tom Tromey | 1 | -0/+138 |