aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/inferiors.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-27Get pending events in randomYao Qi1-0/+45
2016-07-21Switch current_thread to lwp's thread in install_software_single_step_breakpo...Yao Qi1-0/+12
2016-07-21Refactor clone_all_breakpointsYao Qi1-1/+1
2016-01-12Implement 'catch syscall' for gdbserverJosh Stone1-0/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-30gdbserver crash running gdb.threads/non-ldr-exc-1.expPedro Alves1-0/+23
2015-10-16gdbserver: Reset current_thread when the thread is removed.Aleksandar Ristovski1-0/+24
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-6/+2
2015-08-24gdbserver crashes when multiprocess extensions aren't supportedPedro Alves1-0/+8
2015-08-21Fix gdbserver crash exposed by gdb.threads/process-dies-while-handling-bp.expPedro Alves1-0/+1
2015-08-06gdbserver: no point in hiding the regcache type nowadaysPedro Alves1-2/+2
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-09-16Rename current_inferior as current_thread in gdbserverGary Benson1-6/+6
2014-08-28Straightforward fatal to internal_error conversionsGary Benson1-3/+1
2014-08-07Move stdlib.h to common-defs.hGary Benson1-1/+0
2014-07-30Make all source files include defs.h or server.h firstGary Benson1-2/+1
2014-02-20* inferiors.c (get_first_inferior): Fix buglet.Doug Evans1-2/+2
2014-02-19Add backlink from lwp_info to thread_info.Doug Evans1-1/+3
2014-02-19* inferiors.c (add_thread): Fix whitespace.Doug Evans1-1/+1
2014-02-19Replace code accessing list implementation details with API calls.Doug Evans1-14/+56
2014-02-19Rename inferior_list_entry uses from "head" to "entry" for consistency.Doug Evans1-3/+3
2014-01-15delete thread_id_to_gdb_id, unusedDoug Evans1-15/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-09-05[gdbserver] Split a new dll.h file out of server.h.Pedro Alves1-0/+1
2013-06-07[GDBserver] Multi-process + multi-archPedro Alves1-1/+0
2013-03-11Add the gdb remote target operations for branch tracing.Markus Metzger1-0/+3
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-04-29gdb/gdbserver:Yao Qi1-0/+1
2012-03-022012-03-02 Pedro Alves <palves@redhat.com>Pedro Alves1-29/+0
2012-02-16gdb/gdbserver/Yao Qi1-86/+2
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-07-212011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>Kwok Yeung1-82/+0
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-04-11 GDBserver disconnected tracing support.Pedro Alves1-0/+1
2010-04-03 * inferiors.c (add_thread): Set last_status kind toPedro Alves1-0/+1
2010-03-24 Teach linux gdbserver to step-over-breakpoints.Pedro Alves1-8/+0
2010-02-02gdbserver crash when running 32bits exes on x64 Windows.Joel Brobecker1-3/+22
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+2
2009-05-24gdb:Doug Evans1-2/+2
2009-04-30 * inferiors.c (started_inferior_callback): New function.Doug Evans1-0/+42
2009-04-30 * inferiors.c (remove_process): Fix memory leak, free process.Doug Evans1-0/+5
2009-04-03 * inferiors.c (get_thread_process): Make global.Ulrich Weigand1-1/+1
2009-04-012009-04-01 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-21/+148
2009-03-22 * inferiors.c (find_inferior): Make it safe for the callbackPedro Alves1-1/+4
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-12-14 * utils.c (xmalloc,xcalloc,xstrdup): New fns.Doug Evans1-4/+4
2008-05-03ChangeLog:Ulrich Weigand1-0/+2
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-10-23 * inferiors.c (change_inferior_id): Delete.Daniel Jacobowitz1-15/+29