Age | Commit message (Expand) | Author | Files | Lines |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-08-20 | Handle partially optimized out values similarly to unavailable values | Pedro Alves | 1 | -10/+12 |
2014-08-19 | Fix -fsanitize=address on unreadable inferior strings | Jan Kratochvil | 1 | -2/+4 |
2014-08-07 | Move errno.h to common-defs.h | Gary Benson | 1 | -2/+0 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-06-13 | make calls to help_list use enumerator | Tom Tromey | 1 | -2/+2 |
2014-05-16 | Fix display of tabulation character for mingw hosts. | Yao Qi | 1 | -59/+63 |
2014-04-11 | refactoring: rename create_range_type to create_static_range_type | Sanimir Agovic | 1 | -1/+1 |
2014-02-11 | Return target_xfer_status in to_xfer_partial | Yao Qi | 1 | -2/+2 |
2014-02-05 | Extension Language API | Doug Evans | 1 | -10/+11 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-06 | Fix "info frame" in the outermost frame. | Pedro Alves | 1 | -1/+7 |
2013-11-28 | Print entirely unavailable struct/union values as a single <unavailable>. | Andrew Burgess | 1 | -0/+9 |
2013-11-22 | 2013-11-22 Sterling Augustine <saugustine@google.com> | Sterling Augustine | 1 | -7/+11 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-10-09 | Stop using errno values around target_xfer interfaces and memory errors. | Pedro Alves | 1 | -19/+15 |
2013-10-02 | Print registers not saved in the frame as "<not saved>" instead of "<optimize... | Pedro Alves | 1 | -5/+8 |
2013-08-27 | Add options to skip unavailable locals | Yao Qi | 1 | -4/+4 |
2013-07-17 | * NEWS: Mention "set print raw frame-arguments". | Doug Evans | 1 | -0/+26 |
2013-07-09 | * defs.h (enum val_prettyformat): Renamed from val_prettyprint. | Doug Evans | 1 | -23/+23 |
2013-04-10 | Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands. | Pedro Alves | 1 | -2/+2 |
2013-03-07 | Fix -Wpointer-sign around strings/encoding conversions. | Pedro Alves | 1 | -2/+2 |
2013-01-31 | 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com> | Aleksandar Ristovski | 1 | -1/+0 |
2013-01-07 | PR cli/7719: | Tom Tromey | 1 | -12/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-11-13 | ARI fixes: Avoid sprintf function use rule. | Pierre Muller | 1 | -3/+4 |
2012-11-10 | PR gdb/14288 | Keith Seitz | 1 | -154/+315 |
2012-10-18 | * valprint.c (generic_emit_char, generic_printstr): Pass size of | Tom Tromey | 1 | -2/+2 |
2012-08-16 | gdb/ | Yao Qi | 1 | -1/+0 |
2012-05-18 | 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -1/+0 |
2012-05-18 | PR exp/13907: | Tom Tromey | 1 | -2/+23 |
2012-05-18 | * valprint.c (val_print_string): Don't print leading space. | Tom Tromey | 1 | -6/+2 |
2012-05-18 | * printcmd.c (print_address_demangle): Add 'opts' argument. | Tom Tromey | 1 | -8/+7 |
2012-04-18 | gdb/ | Jan Kratochvil | 1 | -3/+3 |
2012-04-03 | gdb/ | Jan Kratochvil | 1 | -10/+2 |
2012-03-01 | * valprint.h (struct generic_val_print_decorations): New. | Tom Tromey | 1 | -0/+355 |
2012-03-01 | * valprint.c (val_print): Update. | Tom Tromey | 1 | -3/+3 |
2012-03-01 | * value.h (val_print): Return void. | Tom Tromey | 1 | -11/+6 |
2012-03-01 | * value.h (common_val_print): Return void. | Tom Tromey | 1 | -9/+6 |
2012-03-01 | * value.h (value_print): Return void. | Tom Tromey | 1 | -8/+5 |
2012-03-01 | * c-valprint.c (print_function_pointer_address): Move... | Tom Tromey | 1 | -0/+25 |
2012-03-01 | * valprint.c (val_print_type_code_flags): Fix placement of | Tom Tromey | 1 | -1/+1 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -3/+1 |
2011-10-10 | gdb/ | Yao Qi | 1 | -6/+10 |
2011-06-29 | gdb | Tom Tromey | 1 | -0/+447 |
2011-04-29 | 2011-04-26 Andrew Gontarek <andrewg@cray.com> | Tom Tromey | 1 | -8/+14 |
2011-02-14 | gdb/ | Pedro Alves | 1 | -0/+6 |
2011-02-14 | gdb/ | Pedro Alves | 1 | -3/+5 |
2011-02-14 | Base support for <unavailable> value contents. | Pedro Alves | 1 | -4/+18 |
2011-02-07 | * valprint.c (val_print): Extend comment. | Pedro Alves | 1 | -14/+22 |