Age | Commit message (Expand) | Author | Files | Lines |
2015-10-09 | Change some void* to gdb_byte* | Simon Marchi | 1 | -2/+2 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 6 | -56/+63 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 3 | -14/+15 |
2015-09-09 | Replace "struct continuation" mechanism by something more extensible | Pedro Alves | 1 | -71/+37 |
2015-09-09 | Merge async and sync code paths some more | Pedro Alves | 1 | -24/+8 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 2 | -3/+2 |
2015-08-24 | Prepare for gnulib update | Pedro Alves | 2 | -2/+2 |
2015-08-18 | PR mi/18833 gdb.execute ("set param value", to_string=True) will crash gdb if... | Doug Evans | 1 | -38/+69 |
2015-08-14 | New /s modifier for the disassemble command. | Doug Evans | 1 | -10/+29 |
2015-08-13 | Mass rename `explicit' -> `explicit_loc'. | Keith Seitz | 1 | -11/+11 |
2015-08-11 | Explicit locations: MI support for explicit locations | Keith Seitz | 1 | -9/+63 |
2015-08-11 | Explicit locations: use new location API | Keith Seitz | 1 | -1/+11 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -1/+1 |
2015-07-31 | Mostly trivial enum fixes | Simon Marchi | 3 | -9/+9 |
2015-07-08 | Delete program spaces directly when removing inferiors | Simon Marchi | 1 | -1/+1 |
2015-07-08 | Revert "Delete program spaces directly when removing inferiors" | Simon Marchi | 1 | -1/+1 |
2015-07-08 | Delete program spaces directly when removing inferiors | Simon Marchi | 1 | -1/+1 |
2015-06-15 | MI: consider addressable unit size when reading/writing memory | Simon Marchi | 1 | -22/+34 |
2015-03-24 | Remove 'step' parameters from 'proceed' and 'resume' | Pedro Alves | 1 | -1/+1 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 3 | -20/+36 |
2015-02-27 | mi/mi-cmd-stack.c|frame filters: print_values <-> ext_lang_frame_args | Pedro Alves | 1 | -7/+24 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -7/+7 |
2015-01-30 | Free results of varobj_get_expression | Simon Marchi | 1 | -2/+11 |
2015-01-30 | Free results of varobj_get_type and type_to_string | Simon Marchi | 1 | -2/+11 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 26 | -26/+26 |
2014-12-15 | Introduce utility function find_inferior_ptid | Simon Marchi | 1 | -2/+2 |
2014-12-12 | introduce ui_file_write_for_put | Tom Tromey | 1 | -7/+1 |
2014-12-10 | Restore terminal state in mi_thread_exit (PR gdb/17627) | Simon Marchi | 1 | -0/+4 |
2014-11-20 | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 1 | -3/+6 |
2014-11-18 | symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated. | Doug Evans | 1 | -4/+5 |
2014-11-18 | SYMTAB_OBJFILE: New macro. | Doug Evans | 1 | -1/+1 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 4 | -4/+0 |
2014-10-01 | Exit code of exited inferiors in -list-thread-groups | Simon Marchi | 1 | -0/+3 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 11 | -14/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Move libiberty.h to common-defs.h | Gary Benson | 1 | -1/+0 |
2014-07-25 | Always pass signals to the right thread | Pedro Alves | 1 | -1/+1 |
2014-06-18 | constify struct block in some places | Tom Tromey | 1 | -1/+1 |
2014-06-16 | Fix for PR mi/15863 | Keith Seitz | 1 | -1/+3 |
2014-06-12 | Rename varobj_pretty_printed_p to varobj_is_dynamic_p | Yao Qi | 1 | -3/+3 |
2014-06-05 | PR mi/15806: Fix quoting of async events | Simon Marchi | 1 | -26/+31 |
2014-05-29 | enable target async by default; separate MI and target notions of async | Pedro Alves | 3 | -13/+120 |
2014-05-29 | Make display_gdb_prompt CLI-only. | Pedro Alves | 1 | -9/+0 |
2014-05-29 | PR gdb/13860 - Make MI sync vs async output (closer to) the same. | Pedro Alves | 2 | -15/+126 |
2014-05-22 | Add new infrun.h header. | Pedro Alves | 2 | -0/+2 |
2014-05-21 | PR gdb/13860: don't lose '-interpreter-exec console EXECUTION_COMMAND''s outp... | Pedro Alves | 1 | -0/+77 |
2014-05-19 | fix two latent type errors | Tom Tromey | 1 | -3/+1 |
2014-05-12 | mi: Use the value in mi_console_file->quote as the quoting character | Simon Marchi | 1 | -3/+4 |
2014-03-20 | Avoid using the ISO C99 `z' formatted output modifier | Maciej W. Rozycki | 1 | -1/+1 |
2014-03-18 | PR gdb/13860: make "-exec-foo"'s MI output equal to "foo"'s MI output. | Pedro Alves | 1 | -2/+1 |