Age | Commit message (Expand) | Author | Files | Lines |
2016-03-15 | Extend flags to support multibit and enum bitfields. | Doug Evans | 1 | -25/+66 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-18 | [C++] Add casts to obstack_base calls | Simon Marchi | 1 | -2/+2 |
2015-10-27 | target_read_memory&co: no longer return target_xfer_status | Pedro Alves | 1 | -7/+7 |
2015-10-21 | fort_dyn_array: add basic fortran dyn array support | Keven Boell | 1 | -0/+25 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -3/+3 |
2015-07-28 | Consider addressable memory unit size in various value functions | Simon Marchi | 1 | -13/+40 |
2015-07-27 | Factor out complex printing code from generic_val_print | Simon Marchi | 1 | -23/+33 |
2015-07-27 | Factor out decfloat printing code from generic_val_print | Simon Marchi | 1 | -6/+17 |
2015-07-27 | Factor out float printing code from generic_val_print | Simon Marchi | 1 | -9/+21 |
2015-07-27 | Factor out char printing code from generic_val_print | Simon Marchi | 1 | -20/+34 |
2015-07-27 | Factor out int printing code from generic_val_print | Simon Marchi | 1 | -11/+23 |
2015-07-27 | Factor out bool printing code from generic_val_print | Simon Marchi | 1 | -18/+33 |
2015-07-27 | Factor out function/method printing code from generic_val_print | Simon Marchi | 1 | -15/+31 |
2015-07-27 | Factor out flags printing code from generic_val_print | Simon Marchi | 1 | -6/+18 |
2015-07-27 | Factor out enum printing code from generic_val_print | Simon Marchi | 1 | -57/+71 |
2015-07-27 | Factor out reference printing code from generic_val_print | Simon Marchi | 1 | -37/+50 |
2015-07-27 | Factor out memberptr printing code from generic_val_print | Simon Marchi | 1 | -2/+15 |
2015-07-27 | Factor out pointer printing code from generic_val_print | Simon Marchi | 1 | -12/+26 |
2015-07-27 | Factor out array printing code from generic_val_print | Simon Marchi | 1 | -25/+41 |
2015-07-27 | Factor out print_unpacked_pointer from generic_val_print | Simon Marchi | 1 | -17/+31 |
2015-07-14 | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 1 | -4/+4 |
2015-05-15 | Array indexed by non-contiguous enumeration types | Jerome Guitton | 1 | -5/+24 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -4/+6 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-11-23 | Refine read_string | Yao Qi | 1 | -15/+14 |
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 |