Age | Commit message (Expand) | Author | Files | Lines |
2019-08-06 | Use obstack_strdup more | Tom Tromey | 1 | -8/+4 |
2019-06-16 | Remove unnecessary casts of NULL | Tom Tromey | 1 | -21/+20 |
2019-05-08 | Convert mdebugread.c to type-safe registry API | Tom Tromey | 1 | -6/+5 |
2019-03-05 | Remove excess calls to gdb_flush | Tom Tromey | 1 | -1/+0 |
2019-01-17 | Make psymtab range adapter a method on objfile | Tom Tromey | 1 | -1/+1 |
2019-01-10 | gdb/23712: Use new multidictionary API | Keith Seitz | 1 | -4/+4 |
2019-01-10 | Fix leak in mdebugread.c | Pedro Alves | 1 | -9/+14 |
2019-01-10 | Add psymtab_storage::allocate_dependencies | Tom Tromey | 1 | -2/+2 |
2019-01-10 | Introduce class psymtab_storage | Tom Tromey | 1 | -5/+6 |
2019-01-10 | Change add_psymbol_to_list to use an enum | Tom Tromey | 1 | -15/+15 |
2019-01-10 | Remove parameters from start_psymtab_common | Tom Tromey | 1 | -3/+1 |
2019-01-09 | Remove ALL_OBJFILE_PSYMTABS | Tom Tromey | 1 | -11/+11 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-10-21 | Introduce gdbarch_num_cooked_regs | Simon Marchi | 1 | -6/+2 |
2018-10-04 | Use std::string in mdebugread.c | Tom Tromey | 1 | -14/+6 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -36/+38 |
2018-07-26 | Make psymbols and psymtabs independent of the program space | Tom Tromey | 1 | -65/+42 |
2018-07-26 | Add validity bits for psymtab high and low fields | Tom Tromey | 1 | -4/+4 |
2018-07-26 | Introduce accessors for psymtab high and low fields | Tom Tromey | 1 | -23/+25 |
2018-07-20 | Introduce buildsym-legacy.h | Tom Tromey | 1 | -1/+1 |
2018-07-20 | Remove buildsym_init | Tom Tromey | 1 | -1/+0 |
2018-07-20 | Move the symbol lists to buildsym_compunit | Tom Tromey | 1 | -1/+1 |
2018-07-20 | Move current_subfile to buildsym_compunit | Tom Tromey | 1 | -1/+1 |
2018-07-16 | Remove buildsym_new_init | Tom Tromey | 1 | -1/+1 |
2018-06-01 | Remove TYPE_TAG_NAME | Tom Tromey | 1 | -7/+7 |
2018-05-23 | Remove symfile_complaints | Tom Tromey | 1 | -55/+33 |
2018-05-20 | Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possible | Simon Marchi | 1 | -34/+17 |
2018-05-11 | Remove cleanups from mdebugread.c | Tom Tromey | 1 | -30/+15 |
2018-05-04 | Fix "fall through" comments | Tom Tromey | 1 | -1/+2 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-08 | Per-language symbol name hashing algorithm | Pedro Alves | 1 | -14/+17 |
2017-10-14 | Replace psymbol_allocation_list with std::vector | Simon Marchi | 1 | -2/+2 |
2017-09-27 | Make init_type/arch_type take a size in bits | Ulrich Weigand | 1 | -3/+2 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -23/+23 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-10-21 | Record minimal symbols directly in reader. | Tom Tromey | 1 | -24/+24 |
2016-10-21 | Change minimal_symbol_reader to store objfile | Tom Tromey | 1 | -2/+2 |
2016-10-21 | Introduce minimal_symbol_reader | Tom Tromey | 1 | -5/+2 |
2016-09-06 | Add missing format for built-in floating-point types | Ulrich Weigand | 1 | -2/+2 |
2016-09-06 | Remove TYPE_NOSIGN "char" hack | Ulrich Weigand | 1 | -0/+1 |
2016-09-06 | Unify init_type and arch_type interface and helpers | Ulrich Weigand | 1 | -66/+40 |
2016-07-14 | Remove unused variables | Tom Tromey | 1 | -17/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-29 | mdebugread.c: Address class -> address class index | Pedro Alves | 1 | -20/+28 |
2015-10-26 | PR symtab/17391 gdb internal error: assertion fails in regcache.c:178 | Doug Evans | 1 | -1/+23 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -2/+3 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -14/+17 |
2015-09-04 | gdb: Remove casts of NULL during assignment. | Andrew Burgess | 1 | -1/+1 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -7/+6 |