summaryrefslogtreecommitdiff
path: root/gdb/varobj.c
Commit message (Expand)AuthorAgeFilesLines
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesusers/simark/fix-leading-whitespaceSimon Marchi2020-10-261-12/+12
* gdb: Convert language_data::la_varobj_ops to a methodAndrew Burgess2020-09-161-1/+1
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-3/+3
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* [gdb] Fix typos in commentsTom de Vries2019-10-171-1/+1
* gdb: Update comments that reference VEC or vec.hAndrew Burgess2019-10-151-4/+3
* gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess2019-10-151-1/+0
* Move declaration of varobjdebug to headerChristian Biesinger2019-10-101-1/+1
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-6/+6
* Rewrite TRY/CATCHTom Tromey2019-04-081-18/+12
* Move innermost_block_tracker global to parse_stateTom Tromey2019-04-041-4/+5
* Have parser reset the innermost block trackerTom Tromey2019-03-231-3/+3
* Add ATTRIBUTE_UNUSED_RESULT to ref_ptr::releaseTom Tromey2019-03-051-2/+2
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Do not include py-ref.h in most filesTom Tromey2019-01-221-1/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Return gdbpy_ref from gdbpy_get_varobj_pretty_printerTom Tromey2018-11-041-8/+5
* Simple -Wshadow=local fixesTom Tromey2018-10-041-19/+20
* python: Make two functions return gdbpy_ref<>Simon Marchi2018-09-091-3/+3
* Fix segfault when invoking -var-info-path-expression on a dynamic varobjJan Vrany2018-07-311-0/+5
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-4/+4
* Change Python code to use new_referenceTom Tromey2018-04-301-3/+2
* Use new_reference for struct valueTom Tromey2018-04-301-1/+1
* Change varobj to use value_ref_ptrTom Tromey2018-04-061-21/+22
* Introduce a gdb_ref_ptr specialization for struct valueTom Tromey2018-04-061-4/+4
* MI: Allow non-raw varobj evaluationLeszek Swirski via gdb-patches2018-02-021-1/+1
* gdb: Don't store a thread-id for floating varobjAndrew Burgess2018-01-211-1/+2
* gdb: Remove out of date commentAndrew Burgess2018-01-211-1/+0
* gdb: PR mi/20395: Fix -var-update for registers in frames 1 and upAndrew Burgess2018-01-211-1/+2
* gdb: New API for tracking innermost blockAndrew Burgess2018-01-211-3/+3
* gdb: Remove duplicate declaration of global innermost_blockAndrew Burgess2018-01-211-0/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Revert unexpected rename in previous patchSimon Marchi2017-11-231-3/+3
* Change int -> bool where applicable throughout varobjSimon Marchi2017-11-231-145/+143
* Replace VEC (varobj_update_result) with std::vectorSimon Marchi2017-11-221-89/+57
* Make varobj::children an std::vectorSimon Marchi2017-11-221-45/+40
* Basic c++ification of varobjSimon Marchi2017-11-221-104/+29
* Remove cleanups from mi-cmd-var.cTom Tromey2017-09-291-5/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+1
* RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves2017-05-041-4/+1
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-1/+1
* Use delete instead of xfree for varobj_itemYao Qi2017-02-231-2/+2
* Turn gdbpy_ref into a templateTom Tromey2017-02-101-6/+6
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-21/+8