summaryrefslogtreecommitdiff
path: root/gdb/guile
Commit message (Expand)AuthorAgeFilesLines
* Class-ify ui_outSimon Marchi2016-12-222-3/+3
* Create subobject value in pretty printerYao Qi2016-11-211-10/+1
* Remove apply_val_pretty_printer parameter valaddrYao Qi2016-11-112-7/+6
* Use ui_file_as_string in execute_command_to_stringPedro Alves2016-11-081-12/+6
* Use ui_file_as_string in gdb/guile/Pedro Alves2016-11-085-52/+26
* Fix ext lang calls to value_struct_elt.Doug Evans2016-11-071-1/+2
* Use scoped_restore for ui_fileTom Tromey2016-10-211-6/+4
* gdb: Remove some C compiler support leftoversPedro Alves2016-10-062-9/+1
* Support structure offsets that are 512K or larger.David Taylor2016-06-242-2/+2
* Make the interpreters be per UIPedro Alves2016-06-212-10/+10
* Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves2016-04-211-2/+2
* Eliminate clear_quit_flagPedro Alves2016-04-121-1/+0
* Introduce interruptible_selectPedro Alves2016-04-121-1/+3
* Use string_to_event_location_basic in guile.Keith Seitz2016-02-091-2/+2
* Per-inferior/Inferior-qualified thread IDsPedro Alves2016-01-131-4/+4
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-0135-35/+35
* guile disassembly hardcode TARGET_XFER_E_IOPedro Alves2015-11-171-4/+3
* guile/: Add enum castPedro Alves2015-10-291-1/+1
* guile: Change return value of gdbscm_with_guile for const char *Simon Marchi2015-10-273-13/+13
* Add scm_t_dynwind_flags castsSimon Marchi2015-10-274-5/+5
* guile: Simplify ioscm_make_gdb_stdio_portSimon Marchi2015-10-261-11/+6
* Fix constness problem in ioscm_make_gdb_stdio_portSimon Marchi2015-10-261-4/+11
* gdbscm_memory_port_write: use local variable to avoid adding castsSimon Marchi2015-10-261-2/+3
* scm-symbol.c: Add (domain_enum) castsSimon Marchi2015-10-261-2/+3
* Add some more casts (1/2)Simon Marchi2015-09-2514-67/+72
* Add casts to memory allocation related callsSimon Marchi2015-09-254-13/+18
* guile: Add as_a_scm_t_subrPedro Alves2015-09-0723-280/+371
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-263-5/+4
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-252-3/+12
* Explicit locations: use new location APIKeith Seitz2015-08-111-6/+17
* Add casts for legitimate integer to enum conversionsSimon Marchi2015-08-061-1/+1
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-012-3/+3
* Mostly trivial enum fixesSimon Marchi2015-07-315-7/+7
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-142-9/+9
* Remove redundant include directives.Gary Benson2015-06-241-1/+0
* Add support for unbuffered and zero sized Guile ports.Doug Evans2015-05-161-64/+112
* Remove --xdbJan Kratochvil2015-04-111-1/+1
* Add Guile frame-read-register commandAndy Wingo2015-04-092-0/+62
* Fix typo in value-dynamic-typeAndy Wingo2015-03-111-1/+1
* Fix memory corruption in Guile command interfaceAndy Wingo2015-03-111-5/+0
* Add objfile-progspace to Guile interfaceAndy Wingo2015-03-112-0/+18
* [guile] Run finalizers from GDB threadAndy Wingo2015-03-112-0/+15
* more making TRY/CATCH callers look more like real C++ try/catch blocksPedro Alves2015-03-071-6/+3
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-0715-248/+530
* New common function "startswith"Gary Benson2015-03-061-3/+3
* Exported const objectsPedro Alves2015-02-271-1/+1
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-273-20/+20
* Add ATTRIBUTE_PRINTF attributes, and fix falloutPedro Alves2015-02-261-2/+4
* Fix redefinition errors in C++ modeTom Tromey2015-02-111-4/+4
* guile/scm-frame.c: Fix spelling errors in a comment.Doug Evans2015-02-051-3/+4