Age | Commit message (Expand) | Author | Files | Lines |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 6 | -129/+46 |
2017-01-26 | Refactor disassembly code | Yao Qi | 1 | -57/+20 |
2017-01-10 | Remove cleanups from execute_gdb_command | Tom Tromey | 1 | -1/+1 |
2017-01-10 | Change return type of ui_out redirect to void | Simon Marchi | 1 | -4/+2 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 35 | -35/+35 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 2 | -3/+3 |
2016-11-21 | Create subobject value in pretty printer | Yao Qi | 1 | -10/+1 |
2016-11-11 | Remove apply_val_pretty_printer parameter valaddr | Yao Qi | 2 | -7/+6 |
2016-11-08 | Use ui_file_as_string in execute_command_to_string | Pedro Alves | 1 | -12/+6 |
2016-11-08 | Use ui_file_as_string in gdb/guile/ | Pedro Alves | 5 | -52/+26 |
2016-11-07 | Fix ext lang calls to value_struct_elt. | Doug Evans | 1 | -1/+2 |
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 |