projects
/
deliverable
/
binutils-gdb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
solib_target_free_so memory leak
[deliverable/binutils-gdb.git]
/
gdb
/
inferior.c
2020-01-01
Joel Brobecker
Update copyright year range in all GDB files.
blob
|
commitdiff
|
raw
2019-12-05
Philippe Waroquiers
Fix leaks when pruning inferiors.
blob
|
commitdiff
|
raw
|
diff to current
2019-11-26
Simon Marchi
Remove unused overload of exit_inferior_silent
blob
|
commitdiff
|
raw
|
diff to current
2019-09-18
Christian Biesinger
Change boolean options to bool instead of int
blob
|
commitdiff
|
raw
|
diff to current
2019-07-17
Tom Tromey
Rename field_int to field_signed
blob
|
commitdiff
|
raw
|
diff to current
2019-07-09
Tom Tromey
Rename common to gdbsupport
blob
|
commitdiff
|
raw
|
diff to current
2019-05-04
Philippe Waroquiers
Fix leaks by clearing registers and frame caches.
blob
|
commitdiff
|
raw
|
diff to current
2019-04-09
Tom Tromey
Consistently use bool for fake_pid_p
blob
|
commitdiff
|
raw
|
diff to current
2019-03-13
Tom Tromey
Change pid_to_str to return std::string
blob
|
commitdiff
|
raw
|
diff to current
2019-03-09
Philippe Waroquiers
Ensure 'help set/show print inferior-events' shows...
blob
|
commitdiff
|
raw
|
diff to current
2019-01-25
Tom Tromey
Normalize includes to use common/
blob
|
commitdiff
|
raw
|
diff to current
2019-01-01
Joel Brobecker
Update copyright year range in all GDB files.
blob
|
commitdiff
|
raw
|
diff to current
2018-11-22
Pedro Alves
Per-inferior thread list, thread ranges/iterators,...
blob
|
commitdiff
|
raw
|
diff to current
2018-11-22
Pedro Alves
Avoid find_thread_ptid with null_ptid
blob
|
commitdiff
|
raw
|
diff to current
2018-09-17
Tom Tromey
Use new and delete for struct infcall_control_state
blob
|
commitdiff
|
raw
|
diff to current
2018-07-22
Tom Tromey
Simple unused variable removals
blob
|
commitdiff
|
raw
|
diff to current
2018-07-03
Tom Tromey
Remove ptid_get_pid
blob
|
commitdiff
|
raw
|
diff to current
2018-07-03
Tom Tromey
Remove pid_to_ptid
blob
|
commitdiff
|
raw
|
diff to current
2018-07-03
Tom Tromey
Remove exit_inferior_num_silent
blob
|
commitdiff
|
raw
|
diff to current
2018-06-21
Pedro Alves
Use thread_info and inferior pointers more throughout
blob
|
commitdiff
|
raw
|
diff to current
2018-05-24
Tom Tromey
Fix help and documentation for inferior commands
blob
|
commitdiff
|
raw
|
diff to current
2018-04-24
Sergio Durigan Junior
Enable 'set print inferior-events' and improve detach...
blob
|
commitdiff
|
raw
|
diff to current
2018-03-19
Tom Tromey
Convert observers to C++
blob
|
commitdiff
|
raw
|
diff to current
2018-03-03
Simon Marchi
C++ify program_space
blob
|
commitdiff
|
raw
|
diff to current
2018-02-15
Yao Qi
Reset inferior::control on inferior exit
blob
|
commitdiff
|
raw
|
diff to current
2018-01-19
Simon Marchi
Make linux_nat_detach/thread_db_detach use the inferior...
blob
|
commitdiff
|
raw
|
diff to current
2018-01-02
Joel Brobecker
Update copyright year range in all GDB files
blob
|
commitdiff
|
raw
|
diff to current
2017-11-24
Simon Marchi
Create private_inferior class hierarchy
blob
|
commitdiff
|
raw
|
diff to current
2017-11-07
Tom Tromey
Constify add_info
blob
|
commitdiff
|
raw
|
diff to current
2017-11-07
Tom Tromey
Constify add_com
blob
|
commitdiff
|
raw
|
diff to current
2017-09-27
Tom Tromey
Constify some commands in inferior.c
blob
|
commitdiff
|
raw
|
diff to current
2017-09-09
John Baldwin
Remove unnecessary function prototypes.
blob
|
commitdiff
|
raw
|
diff to current
2017-08-03
Tom Tromey
Introduce gdb_argv, a class wrapper for buildargv
blob
|
commitdiff
|
raw
|
diff to current
2017-08-03
Tom Tromey
Introduce and use ui_out_emit_table
blob
|
commitdiff
|
raw
|
diff to current
2017-06-20
Sergio Durigan Junior
C++ify gdb/common/environ.c
blob
|
commitdiff
|
raw
|
diff to current
2017-05-04
Pedro Alves
RAII-fy make_cleanup_restore_current_thread & friends
blob
|
commitdiff
|
raw
|
diff to current
2017-04-22
Tom Tromey
Use ui_out_emit_tuple
blob
|
commitdiff
|
raw
|
diff to current
2017-04-19
Pedro Alves
Fix removing inferiors from within "thread apply" commands
blob
|
commitdiff
|
raw
|
diff to current
2017-04-13
Pedro Alves
Make inferior a class with cdtors, and use new/delete
blob
|
commitdiff
|
raw
|
diff to current
2017-04-13
Pedro Alves
GC inferior.c:init_inferior_list
blob
|
commitdiff
|
raw
|
diff to current
2017-04-05
Pedro Alves
-Wwrite-strings: Constify target_pid_to_str and target_...
blob
|
commitdiff
|
raw
|
diff to current
2017-01-01
Joel Brobecker
update copyright year range in GDB files
blob
|
commitdiff
|
raw
|
diff to current
2016-12-22
Simon Marchi
Class-ify ui_out
blob
|
commitdiff
|
raw
|
diff to current
2016-12-09
Thomas Schwinge
Avoid PATH_MAX usage
blob
|
commitdiff
|
raw
|
diff to current
2016-12-06
Simon Marchi
Remove unnecessary inferior lookup in inferior_command
blob
|
commitdiff
|
raw
|
diff to current
2016-11-27
Simon Marchi
Remove verbosity from ui_out_message and friends
blob
|
commitdiff
|
raw
|
diff to current
2016-10-26
Sandra Loosemore
PR 20569, segv in follow_exec
blob
|
commitdiff
|
raw
|
diff to current
2016-10-26
Pedro Alves
gdb: Free inferior->priv when inferior exits
blob
|
commitdiff
|
raw
|
diff to current
2016-10-13
Pedro Alves
Convert tid_range_parser and get_number_or_range to...
blob
|
commitdiff
|
raw
|
diff to current
2016-10-03
Antoine Tremblay
Emit inferior, thread and frame selection events to...
blob
|
commitdiff
|
raw
|
diff to current
2016-08-17
Simon Marchi
Fix remove-inferior error message
blob
|
commitdiff
|
raw
|
diff to current
2016-08-17
Simon Marchi
Remove stale comment
blob
|
commitdiff
|
raw
|
diff to current
2016-01-13
Pedro Alves
Centralize thread ID printing
blob
|
commitdiff
|
raw
|
diff to current
2016-01-13
Pedro Alves
Add a new $_inferior convenience variable
blob
|
commitdiff
|
raw
|
diff to current
2016-01-12
Pedro Alves
Reapply: List inferiors/threads/pspaces in ascending...
blob
|
commitdiff
|
raw
|
diff to current
2016-01-11
Jan Kratochvil
testsuite: Fix false FAILs on too long base directory
blob
|
commitdiff
|
raw
|
diff to current
2016-01-01
Joel Brobecker
GDB copyright headers update after running GDB's copyri...
blob
|
commitdiff
|
raw
|
diff to current
2015-12-14
Don Breazeal
Target remote mode fork and exec event support
blob
|
commitdiff
|
raw
|
diff to current
2015-11-24
Pedro Alves
List inferiors/threads/pspaces in ascending order
blob
|
commitdiff
|
raw
|
diff to current
2015-09-25
Simon Marchi
Add some more casts (1/2)
blob
|
commitdiff
|
raw
|
diff to current
2015-08-26
Simon Marchi
Replace some xmalloc-family functions with XNEW-family...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-15
Patrick Palka
Fix invoking "[kill|detach] inferiors" on inferiors...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-08
Simon Marchi
Delete program spaces directly when removing inferiors
blob
|
commitdiff
|
raw
|
diff to current
2015-07-08
Simon Marchi
Revert "Delete program spaces directly when removing...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-08
Simon Marchi
Delete program spaces directly when removing inferiors
blob
|
commitdiff
|
raw
|
diff to current
2015-06-02
Simon Marchi
Fix =thread-exited not showing up when detaching (PR...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-27
Pedro Alves
C++ keyword cleanliness, mostly auto-generated
blob
|
commitdiff
|
raw
|
diff to current
2015-01-01
Joel Brobecker
Update year range in copyright notice of all files...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-15
Simon Marchi
Introduce utility function find_inferior_ptid
blob
|
commitdiff
|
raw
|
diff to current
2014-10-02
Pedro Alves
Reduce Hg packet (select remote general thread) bouncing
blob
|
commitdiff
|
raw
|
diff to current
2014-10-01
Simon Marchi
Exit code of exited inferiors in -list-thread-groups
blob
|
commitdiff
|
raw
|
diff to current
2014-05-17
Doug Evans
* inferior.c (prune_inferiors): Fix comment.
blob
|
commitdiff
|
raw
|
diff to current
2014-01-07
Honggyu Kim
Remove duplicated #include's from GDB
blob
|
commitdiff
|
raw
|
diff to current
2014-01-01
Joel Brobecker
Update Copyright year range in all files maintained...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-17
Pedro Alves
PR gdb/15911: "info threads" changes the default source...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-28
Jan Kratochvil
PR gdb/15415
blob
|
commitdiff
|
raw
|
diff to current
2013-05-30
Hafiz Abid Qadeer
2013-05-30 Hafiz Abid Qadeer <abidh@codesourcery...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-01
Joel Brobecker
Update years in copyright notice for the GDB files.
blob
|
commitdiff
|
raw
|
diff to current
2012-11-09
Pedro Alves
gdb/
blob
|
commitdiff
|
raw
|
diff to current
2012-11-05
Pedro Alves
gdb/
blob
|
commitdiff
|
raw
|
diff to current
2012-08-22
Tom Tromey
* registry.h (struct registry_fields): New.
blob
|
commitdiff
|
raw
|
diff to current
2012-08-22
Tom Tromey
* auto-load.c (_initialize_auto_load): Update.
blob
|
commitdiff
|
raw
|
diff to current
2012-05-12
Eli Zaretskii
src/inferior.c: Include completer.h
blob
|
commitdiff
|
raw
|
diff to current
2012-03-01
Pedro Alves
2012-03-01 Pedro Alves <palves@redhat.com>
blob
|
commitdiff
|
raw
|
diff to current
2012-03-01
Pedro Alves
2012-03-01 Pedro Alves <palves@redhat.com>
blob
|
commitdiff
|
raw
|
diff to current
2012-02-10
Pedro Alves
2012-02-10 Pedro Alves <palves@redhat.com>
blob
|
commitdiff
|
raw
|
diff to current
2012-01-20
Ulrich Weigand
2012-01-20 Pedro Alves <palves@redhat.com>
blob
|
commitdiff
|
raw
|
diff to current
2012-01-04
Joel Brobecker
Copyright year update in most files of the GDB Project.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-04
Pedro Alves
2011-08-04 Pedro Alves <pedro@codesourcery.com>
blob
|
commitdiff
|
raw
|
diff to current
2011-06-03
Tom Tromey
gdb
blob
|
commitdiff
|
raw
|
diff to current
2011-05-27
Pedro Alves
2011-05-27 Pedro Alves <pedro@codesourcery.com>
blob
|
commitdiff
|
raw
|
diff to current
2011-03-10
Tom Tromey
* tracepoint.c (trace_actions_command): Update.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-07
Tom Tromey
* target.h (struct target_ops) <to_has_execution>...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-27
Michael Snyder
2011-02-25 Michael Snyder <msnyder@vmware.com>
blob
|
commitdiff
|
raw
|
diff to current
2011-02-25
Michael Snyder
2011-02-25 Michael Snyder <msnyder@vmware.com>
blob
|
commitdiff
|
raw
|
diff to current
2011-01-09
Michael Snyder
2011-01-08 Michael Snyder <msnyder@vmware.com>
blob
|
commitdiff
|
raw
|
diff to current
2011-01-01
Joel Brobecker
run copyright.sh for 2011.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-22
Marc Khouzam
* inferior.c (remove_inferior_command): Don't remove...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-28
Jan Kratochvil
gdb/
blob
|
commitdiff
|
raw
|
diff to current
2010-09-30
Jan Kratochvil
gdb/
blob
|
commitdiff
|
raw
|
diff to current
next
This page took
1.63727 seconds
and
106
git commands to generate.