Age | Commit message (Expand) | Author | Files | Lines |
2017-11-06 | Target FP: Handle interfaces to scripting languages | Ulrich Weigand | 1 | -3/+20 |
2017-09-22 | Fix sometimes-uninitialized warning in gdbscm_value_address | Simon Marchi | 1 | -7/+2 |
2017-09-04 | Stop assuming no-debug-info functions return int | Pedro Alves | 1 | -1/+1 |
2017-03-20 | Change {lookup,make}_reference_type API | Artemiy Volkov | 1 | -1/+1 |
2017-03-16 | Copy lazy string handling fixes from Python. | Doug Evans | 1 | -6/+59 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -21/+8 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-08 | Use ui_file_as_string in gdb/guile/ | Pedro Alves | 1 | -12/+6 |
2016-11-07 | Fix ext lang calls to value_struct_elt. | Doug Evans | 1 | -1/+2 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-27 | Add scm_t_dynwind_flags casts | Simon Marchi | 1 | -1/+1 |
2015-09-07 | guile: Add as_a_scm_t_subr | Pedro Alves | 1 | -27/+31 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |
2015-07-14 | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 1 | -5/+5 |
2015-03-11 | Fix typo in value-dynamic-type | Andy Wingo | 1 | -1/+1 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -78/+166 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-11-06 | Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT. | Doug Evans | 1 | -2/+2 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-06-06 | Add support for guile 2.0.5. | Doug Evans | 1 | -4/+13 |
2014-06-06 | guile: Type-check the argument to 'history-append!'. | Ludovic Courtès | 1 | -1/+3 |
2014-05-26 | remove unnecessary smob mark/free functions | Andy Wingo | 1 | -13/+0 |
2014-05-26 | gdb smob cleanups | Andy Wingo | 1 | -3/+1 |
2014-04-12 | Copy over fix for fetching dynamic type of a reference from python side. | Doug Evans | 1 | -1/+4 |
2014-02-26 | guile: Add 'history-append!' procedure. | Ludovic Courtès | 1 | -0/+25 |
2014-02-09 | Add Guile as an extension language. | Doug Evans | 1 | -0/+1485 |