gdb/mi: rename mi_lookup to mi_cmd_lookup
[binutils-gdb.git] / gdb / mi / mi-cmd-break.c
2021-07-26 Tankut Baris Aktemurgdb/mi: handle no condition argument case for -break...
2021-05-06 Tankut Baris Aktemurgdb/mi: add a '--force' flag to the '-break-condition...
2021-05-06 Tankut Baris Aktemurgdb/mi: add a '--force-condition' flag to the '-break...
2021-04-24 Simon Marchigdbsupport, gdb: give names to observers
2021-04-21 Tankut Baris Aktemurgdb/breakpoint: add a 'force_condition' parameter to...
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-19 Andrew Burgessgdb: convert some function arguments from int to bool
2020-09-13 Pedro AlvesAdd MI "-break-insert --qualified"
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-05-04 Tom TromeyUse function_view in cli-script.c
2018-05-04 Tom TromeyUse counted_command_line everywhere
2018-03-19 Tom TromeyConvert observers to C++
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-29 Pedro AlvesMake "break foo" find "A::foo", A::B::foo", etc. [C...
2017-10-10 Pedro AlvesEliminate catch_exceptions/catch_exceptions_with_msg
2017-09-30 Tom TromeyRemove cleanups from mi_cmd_break_insert_1
2017-09-27 Tom TromeyConstify some linespec functions
2017-09-11 Tom TromeyChange setup_breakpoint_reporting to return a scoped_re...
2017-06-28 Yao QiUse obstack_grow_str
2017-06-02 Simon MarchiC++ify breakpoint class hierarchy (destructors only)
2017-04-12 Tom TromeyIntroduce command_line_up
2017-04-12 Tom TromeyIntroduce event_location_up
2017-04-05 Pedro Alves-Wwrite-strings: Constify mi_cmd_argv_ftype's 'command...
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-02-09 Keith SeitzEnable/update legacy linespecs in MI.
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-08-13 Keith SeitzMass rename `explicit' -> `explicit_loc'.
2015-08-12 Keith SeitzExplicit locations: MI support for explicit locations
2015-08-12 Keith SeitzExplicit locations: use new location API
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18 Tom Tromeyremove gdb_string.h
2013-07-19 Hui Zhu2013-07-19 Hui Zhu <hui@codesourcery.com>
2013-05-23 Joel Brobeckermi/mi-cmd-break.c: Use xsnprintf instead of sprintf...
2013-05-21 Hui Zhu2013-05-21 Hui Zhu <hui@codesourcery.com>
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-12 Mircea GherzanMI: add the -catch-load and -catch-unload commands
2012-11-03 Yao Qigdb:
2012-09-26 Yao Qigdb/
2012-05-14 Stan Shebs2012-05-14 Stan Shebs <stan@codesourcery.com>
2012-03-13 Pedro Alves2012-03-13 Hui Zhu <teawater@gmail.com>
2012-03-06 Stan Shebs * mi/mi-cmd-break.c: Enforce coding standards, fix...
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-12-17 Andrey Smirnov* mi/mi-cmd-break.c (mi_cmd_break_insert): Rename ...
2011-08-28 Jan Kratochvilgdb/
2011-08-09 Tom Tromey * mi/mi-cmd-break.c (mi_cmd_break_passcount): Fix...
2011-08-04 Pedro Alves2011-08-04 Pedro Alves <pedro@codesourcery.com>
2011-07-25 Pedro Alves2011-07-25 Pedro Alves <pedro@codesourcery.com>
2011-07-25 Pedro Alves2011-07-25 Pedro Alves <pedro@codesourcery.com>
2011-04-27 Vladimir Prus MI breakpoint notifications.
2011-01-12 Tom Tromeygdb
2011-01-11 Michael Snyder2011-01-11 Michael Snyder <msnyder@vmware.com>
2011-01-06 Michael Snyder2011-01-05 Michael Snyder <msnyder@vmware.com>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-11-11 Phil Muldoon2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
2010-07-01 Pedro Alves Static tracepoints support, and UST integration.
2010-05-17 Michael Snyder2010-05-17 Michael Snyder <msnyder@vmware.com>
2010-05-06 Michael Snyder2010-05-05 Michael Snyder <msnyder@vmware.com>
2010-04-04 Stan Shebs2010-04-04 Stan Shebs <stan@codesourcery.com>
2010-03-23 Vladimir Prus Implement -break-passcount.
2010-03-23 Vladimir Prus Implement creating tracepoints with -break-insert.
2010-03-23 Vladimir Prus Unify actions and commands
2010-03-16 Vladimir Prus Simplify MI breakpoint setting.
2010-03-02 Tom Tromey * mi/mi-cmd-break.c (mi_read_next_line): Add missing...
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-10-30 Vladimir Prus Fix breakpoint commands in MI.
2009-08-03 Vladimir Prus Implement -break-commands
2009-07-02 Ulrich Weigand * breakpoint.h (struct breakpoint): New member GDBARCH.
2009-01-30 Vladimir Prus * breakpoint.c (create_breakpoint, create_break...
2009-01-03 Joel Brobecker Updated copyright notices for most files.
2008-07-25 Tom Tromeygdb:
2008-06-25 Vladimir Prus Kill the return value for all MI command functions.
2008-02-01 Vladimir Prus * breakpoint.c (break_command_1): Return void.
2008-01-01 Daniel Jacobowitz Updated copyright notices for most files.
2007-12-14 Vladimir Prus Add support for pending breakpoints in MI.
2007-08-23 Joel Brobecker Switch the license of all .c files to GPLv3.
2007-01-09 Daniel JacobowitzCopyright updates for 2007.
2007-01-03 Daniel Jacobowitz Warning fixes.
2006-04-20 Elena ZannoniThis commit was generated by cvs2svn to track changes...
2005-12-23 Eli Zaretskii * mi/mi-symbol-cmds.c:
2005-02-11 Andrew Cagney2005-02-11 Andrew Cagney <cagney@gnu.org>
2005-02-11 Andrew Cagney2005-02-10 Andrew Cagney <cagney@gnu.org>
2005-01-13 Andrew Cagney2005-01-13 Andrew Cagney <cagney@gnu.org>
2004-06-26 Andrew Cagney2004-06-26 Andrew Cagney <cagney@gnu.org>
2002-08-23 Elena ZannoniThis commit was generated by cvs2svn to track changes...
2002-03-19 Andrew Cagney* defs.h (XMALLOC): Define.
2002-01-17 Andrew CagneyRemove else clause to #if UI_OUT.
2001-09-18 Andrew CagneyAdd ui_out parameter to libgdb functions.
2001-07-28 Andrew CagneyMove libgdb library functions to gdb.h (new file).
2001-02-08 Andrew CagneyAdd __FILE__ and __LINE__ parameter to internal_error() /
2000-07-09 Elena ZannoniThis commit was generated by cvs2svn to track changes...
2000-07-07 Elena ZannoniThis commit was generated by cvs2svn to track changes...
2000-05-16 Andrew CagneyRename mi/ChangeLog-mi -> mi/ChangeLog
2000-02-23 Andrew CagneyFix copyright - Cygnus is a Red Hat company.
next