aboutsummaryrefslogtreecommitdiff
path: root/gdb/osdata.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-07Replace VEC(gdb_xml_value_s) with std::vectorSimon Marchi1-5/+8
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-23Fix clang warnings about copy elisionSimon Marchi1-2/+2
2017-11-22C++ify osdataSimon Marchi1-165/+42
2017-11-07Constify add_infoTom Tromey1-1/+1
2017-10-16Return unique_xmalloc_ptr from target_read_strallocTom Tromey1-7/+3
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-08-03Introduce and use ui_out_emit_tableTom Tromey1-2/+1
2017-04-22Use ui_out_emit_tupleTom Tromey1-15/+14
2017-04-10Fix PR gdb/21364: Dead code due to an unreachable condition in osdata.cSergio Durigan Junior1-1/+1
2017-04-05-Wwrite-strings: MI -info-osPedro Alves1-2/+11
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-5/+5
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-8/+9
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
2014-01-13replace XZALLOC with XCNEWTom Tromey1-1/+1
2014-01-07Remove duplicated #include's from GDBHonggyu Kim1-2/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-06-28 * osdata.c (info_osdata_command): Filter out "Title" columnsStan Shebs1-2/+31
2012-05-242012-05-23 Stan Shebs <stan@codesourcery.com>Stan Shebs1-1/+1
2012-03-272012-03-27 Pedro Alves <palves@redhat.com>Pedro Alves1-4/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-11-212011-11-21 Kwok Cheung Yeung <kcy@codesourcery.com>Kwok Yeung1-17/+36
2011-08-042011-08-04 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-0/+1
2011-03-16 Fix ARI warnings about new lines at the end of messages, whichPierre Muller1-1/+1
2011-02-02 * xml-support.c (xml_find_attribute): New.Pedro Alves1-2/+2
2011-01-25 Simplify XML parsing a bit.Pedro Alves1-12/+10
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-06-182010-06-18 Stan Shebs <stan@codesourcery.com>Stan Shebs1-5/+9
2010-05-162010-05-15 Michael Snyder <msnyder@vmware.com>Michael Snyder1-0/+9
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-02-212008-02-21 Pedro Alves <pedro@codesorcery.com>Pedro Alves1-1/+1
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-12-02 * target.h (target_get_osdata): Describe.Pedro Alves1-46/+51
2008-12-02 Implement -list-thread-groups --availableVladimir Prus1-0/+357