aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi/mi-cmd-var.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-1/+1
2023-09-01Fix "usage" errors for some MI varobj commandsTom Tromey1-3/+3
2023-05-25Make MI commands const-correctTom Tromey1-22/+31
2023-05-04Don't treat references to compound values as "simple".Gareth Rees1-7/+20
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi1-3/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-19Remove MI version 1Tom Tromey1-21/+3
2022-03-29Unify gdb printf functionsTom Tromey1-3/+3
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi1-1/+1
2021-05-19gdb: Pass std::strings to ui_out::field_string () where convenientMarco Barisione1-11/+11
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-11Change all_root_varobjs to take a function_viewTom Tromey1-18/+8
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-4/+4
2020-09-16gdb: Convert la_name and la_natural_name to methodsAndrew Burgess1-1/+1
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-3/+3
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-10Move declaration of varobjdebug to headerChristian Biesinger1-2/+0
2019-07-17Rename field_int to field_signedTom Tromey1-13/+13
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-04Simple -Wshadow=local fixesTom Tromey1-1/+1
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-11/+11
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-23Change int -> bool where applicable throughout varobjSimon Marchi1-7/+7
2017-11-22Replace VEC (varobj_update_result) with std::vectorSimon Marchi1-29/+20
2017-11-22Make varobj::children an std::vectorSimon Marchi1-8/+5
2017-09-29Remove cleanups from mi-cmd-var.cTom Tromey1-28/+10
2017-09-09Use ui_out_emit_list and ui_out_emit_tuple with gdb::optionalTom Tromey1-11/+13
2017-04-22Use ui_out_emit_listTom Tromey1-3/+1
2017-04-22Use ui_out_emit_tuple in more places in MITom Tromey1-4/+3
2017-04-22Use ui_out_emit_tupleTom Tromey1-8/+2
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-04-05-Wwrite-strings: Constify mi_cmd_argv_ftype's 'command' parameterPedro Alves1-17/+17
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-39/+38
2016-11-09Use unique_xmalloc_ptr in Python codeTom Tromey1-18/+7
2016-11-08Use ui_file_as_string throughout morePedro Alves1-45/+25
2016-10-21Use RAII to save and restore scalarsTom Tromey1-6/+2
2016-02-07varobj: Cleanup dead codeSimon Marchi1-1/+1
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-09varobj zero-padded hexadecimal formatLuis Machado1-1/+3
2015-09-25Add some more casts (2/2)Simon Marchi1-1/+1
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-7/+7
2015-01-30Free results of varobj_get_expressionSimon Marchi1-2/+11
2015-01-30Free results of varobj_get_type and type_to_stringSimon Marchi1-2/+11
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0