Age | Commit message (Expand) | Author | Files | Lines |
2016-10-21 | Use scoped_restore for ui_file | Tom Tromey | 1 | -6/+4 |
2016-10-06 | gdb: Remove some C compiler support leftovers | Pedro Alves | 2 | -9/+1 |
2016-06-24 | Support structure offsets that are 512K or larger. | David Taylor | 2 | -2/+2 |
2016-06-21 | Make the interpreters be per UI | Pedro Alves | 2 | -10/+10 |
2016-04-21 | Add missing sentinel 'char *' casts in concat/reconcat calls | Pedro Alves | 1 | -2/+2 |
2016-04-12 | Eliminate clear_quit_flag | Pedro Alves | 1 | -1/+0 |
2016-04-12 | Introduce interruptible_select | Pedro Alves | 1 | -1/+3 |
2016-02-09 | Use string_to_event_location_basic in guile. | Keith Seitz | 1 | -2/+2 |
2016-01-13 | Per-inferior/Inferior-qualified thread IDs | Pedro Alves | 1 | -4/+4 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 35 | -35/+35 |
2015-11-17 | guile disassembly hardcode TARGET_XFER_E_IO | Pedro Alves | 1 | -4/+3 |
2015-10-29 | guile/: Add enum cast | Pedro Alves | 1 | -1/+1 |
2015-10-27 | guile: Change return value of gdbscm_with_guile for const char * | Simon Marchi | 3 | -13/+13 |
2015-10-27 | Add scm_t_dynwind_flags casts | Simon Marchi | 4 | -5/+5 |
2015-10-26 | guile: Simplify ioscm_make_gdb_stdio_port | Simon Marchi | 1 | -11/+6 |
2015-10-26 | Fix constness problem in ioscm_make_gdb_stdio_port | Simon Marchi | 1 | -4/+11 |
2015-10-26 | gdbscm_memory_port_write: use local variable to avoid adding casts | Simon Marchi | 1 | -2/+3 |
2015-10-26 | scm-symbol.c: Add (domain_enum) casts | Simon Marchi | 1 | -2/+3 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 14 | -67/+72 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 4 | -13/+18 |
2015-09-07 | guile: Add as_a_scm_t_subr | Pedro Alves | 23 | -280/+371 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 3 | -5/+4 |
2015-08-25 | DWARF: handle non-local references in nested functions | Pierre-Marie de Rodat | 2 | -3/+12 |
2015-08-11 | Explicit locations: use new location API | Keith Seitz | 1 | -6/+17 |
2015-08-06 | Add casts for legitimate integer to enum conversions | Simon Marchi | 1 | -1/+1 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 2 | -3/+3 |
2015-07-31 | Mostly trivial enum fixes | Simon Marchi | 5 | -7/+7 |
2015-07-14 | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 2 | -9/+9 |
2015-06-24 | Remove redundant include directives. | Gary Benson | 1 | -1/+0 |
2015-05-16 | Add support for unbuffered and zero sized Guile ports. | Doug Evans | 1 | -64/+112 |
2015-04-11 | Remove --xdb | Jan Kratochvil | 1 | -1/+1 |
2015-04-09 | Add Guile frame-read-register command | Andy Wingo | 2 | -0/+62 |
2015-03-11 | Fix typo in value-dynamic-type | Andy Wingo | 1 | -1/+1 |
2015-03-11 | Fix memory corruption in Guile command interface | Andy Wingo | 1 | -5/+0 |
2015-03-11 | Add objfile-progspace to Guile interface | Andy Wingo | 2 | -0/+18 |
2015-03-11 | [guile] Run finalizers from GDB thread | Andy Wingo | 2 | -0/+15 |
2015-03-07 | more making TRY/CATCH callers look more like real C++ try/catch blocks | Pedro Alves | 1 | -6/+3 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 15 | -248/+530 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -3/+3 |
2015-02-27 | Exported const objects | Pedro Alves | 1 | -1/+1 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 3 | -20/+20 |
2015-02-26 | Add ATTRIBUTE_PRINTF attributes, and fix fallout | Pedro Alves | 1 | -2/+4 |
2015-02-11 | Fix redefinition errors in C++ mode | Tom Tromey | 1 | -4/+4 |
2015-02-05 | guile/scm-frame.c: Fix spelling errors in a comment. | Doug Evans | 1 | -3/+4 |
2015-01-31 | Add support for inlining scripts into .debug_gdb_scripts. | Doug Evans | 3 | -1/+29 |
2015-01-07 | [python,guile] Add comment beside conditions testing empty arrays. | Joel Brobecker | 1 | -1/+1 |
2015-01-06 | gdb/guile: Do not error when trying to create empty array. | Joel Brobecker | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 35 | -35/+35 |
2014-12-23 | Look up primitive types as symbols. | Doug Evans | 1 | -11/+49 |
2014-12-23 | Replace some symbol accessor macros with functions. | Doug Evans | 2 | -7/+4 |