summaryrefslogtreecommitdiff
path: root/gdb/ui-file.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-08-03Introduce and use gdb_file_upTom Tromey
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-08Introduce ui_file_as_stringPedro Alves
2016-06-21Make out and error streams be per UIPedro Alves
2016-04-12Introduce interruptible_selectPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (2/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-12introduce ui_file_write_for_putTom Tromey
2014-08-07Move errno.h to common-defs.hGary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-01-13replace XMALLOC with XNEWTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_string.hTom Tromey
2013-08-28gdb/Yao Qi
2013-05-14 * ui-file.c (gdb_fopen): Make arguments const.Tom Tromey
2013-04-22 PR gdb/7912:Tom Tromey
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-12-182012-12-18 Hui Zhu <hui_zhu@mentor.com>Hui Zhu
2012-12-182012-12-18 Hui Zhu <hui_zhu@mentor.com>Hui Zhu
2012-11-02 * configure: Rebuild.Tom Tromey
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-05-14 * ui-file.c (stdio_file_write_async_safe): Add comment.Doug Evans
2011-05-142011-05-14 Hui Zhu <teawater@gmail.com>Hui Zhu
2011-05-13 * linux-nat.c (debug_linux_nat_async): Delete.Doug Evans
2011-01-122011-01-11 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-052011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-05-172010-05-16 Michael Snyder <msnyder@vmware.com>Michael Snyder
2010-04-17 * ui-file.c (tee_file_isatty): Return whether `tee->one' is a tty,Pedro Alves
2010-03-09dwarf2_physname patchset:Keith Seitz
2010-01-01Update copyright year in most headers.Joel Brobecker
2009-11-13 * ui-file.c (stdio_file_read): Call gdb_select before read.Daniel Jacobowitz
2009-08-14 * ui-file.h (ui_file_xstrdup): Mention that the length argumentPedro Alves
2009-01-06Check return values of functions declared with warn_unused_resultJim Blandy
2009-01-03 Updated copyright notices for most files.Joel Brobecker
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker
2007-01-09Copyright updates for 2007.Daniel Jacobowitz
2005-12-17 * breakpoint.c:Eli Zaretskii
2005-02-112005-02-11 Andrew Cagney <cagney@gnu.org>Andrew Cagney
2003-06-10 * Makefile.in: Add dependencies for remote-fileio.o.Corinna Vinschen
2002-07-25 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)Daniel Jacobowitz
2002-03-19* defs.h (XMALLOC): Define.Andrew Cagney
2001-03-06Update/correct copyright notices.Kevin Buettner
2001-02-08Add __FILE__ and __LINE__ parameter to internal_error() /Andrew Cagney