summaryrefslogtreecommitdiff
path: root/gdb/monitor.c
Commit message (Expand)AuthorAgeFilesLines
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Avoid software breakpoint's instruction shadow inconsistencyMaciej W. Rozycki2014-10-031-1/+1
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* fix build: update clear_proceed_status callersPedro Alves2014-07-251-1/+1
* constify target fieldsTom Tromey2014-07-241-1/+1
* constify monitor_openTom Tromey2014-07-241-1/+1
* constify to_loadTom Tromey2014-06-261-1/+1
* constify to_rcmdTom Tromey2014-06-161-1/+1
* Add new infrun.h header.Pedro Alves2014-05-221-0/+1
* Add target_ops argument to to_rcmdTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_stopTom Tromey2014-02-191-3/+3
* Add target_ops argument to to_loadTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_closeTom Tromey2014-02-191-1/+1
* Return target_xfer_status in to_xfer_partialYao Qi2014-02-111-7/+12
* target, breakpoint: allow insert/remove breakpoint to be forwardedMarkus Metzger2014-01-161-2/+2
* Add target_ops argument to to_prepare_to_storeMarkus Metzger2014-01-161-1/+1
* Change to_xfer_partial 'len' type to ULONGEST.Yao Qi2014-01-141-2/+2
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* constify to_detachTom Tromey2013-11-081-1/+1
* monitor.c: Don't install a deprecated_xfer_memory method.Pedro Alves2013-10-091-15/+33
* Replace most uses of deprecated_throw_reason with quit.Andrew Burgess2013-07-311-1/+1
* remove pop_targetTom Tromey2013-07-251-1/+1
* -Wpointer-sign: monitor.c.Pedro Alves2013-04-191-7/+7
* gdb/Jan Kratochvil2013-03-201-1/+1
* Garbage collect struct monitor_ops::load_routine.Pedro Alves2013-02-191-37/+32
* Harmonize this monitor_load with generic_load.Pedro Alves2013-02-191-11/+33
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey2012-11-091-9/+9
* * defs.h (quit_flag): Don't declare.Tom Tromey2012-08-221-0/+1
* gdb/Yao Qi2012-08-021-5/+5
* gdb/Pedro Alves2012-05-241-1/+1
* gdb/Pedro Alves2012-05-241-1/+1
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-3/+1
* gdb/Thiago Jung Bauermann2011-07-051-1/+1
* 2011-06-23 Yao Qi <yao@codesourcery.com>Yao Qi2011-06-231-0/+2
* 2011-01-08 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-091-102/+100
* 2011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-051-23/+44
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* * hppa-tdep.c (unwind_command): Use host_address_to_string functionPierre Muller2010-09-101-3/+5
* * breakpoint.c (update_watchpoint, _initialize_breakpoint): RemovePedro Alves2010-07-011-1/+1
* 2010-05-15 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-161-2/+21
* gdb/Jan Kratochvil2010-05-021-1/+1
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+2
* 2009-10-19 Pedro Alves <pedro@codesourcery.com>Pedro Alves2009-10-191-1/+3
* * defs.h (extract_signed_integer, extract_unsigned_integer,Ulrich Weigand2009-07-021-4/+7
* * defs.h (strlen_paddr, paddr, paddr_nz): Remove.Ulrich Weigand2009-07-021-14/+18
* * breakpoint.h (struct breakpoint): New member GDBARCH.Ulrich Weigand2009-07-021-4/+6
* * ada-tasks.c (read_known_tasks_array): Use target_gdbarch insteadUlrich Weigand2009-06-171-2/+2
* * target.h (struct target_ops): Make to_has_all_memory,Pedro Alves2009-06-071-5/+5