projects
/
external
/
binutils.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Convert generic probe interface to C++ (and perform some cleanups)
[external/binutils.git]
/
gdb
/
procfs.c
2017-11-07
Tom Tromey
Constify add_com
blob
|
commitdiff
2017-10-25
Yao Qi
s/get_regcache_arch (regcache)/regcache->arch ()/g
blob
|
commitdiff
|
diff to current
2017-09-22
Rainer Orth
Fix gdb 8.1 Solaris compilation
blob
|
commitdiff
|
diff to current
2017-09-09
John Baldwin
Remove unnecessary function prototypes.
blob
|
commitdiff
|
diff to current
2017-08-18
Tom Tromey
Remove save_inferior_ptid
blob
|
commitdiff
|
diff to current
2017-08-03
Tom Tromey
Introduce gdb_argv, a class wrapper for buildargv
blob
|
commitdiff
|
diff to current
2017-06-07
Sergio Durigan Junior
Share fork_inferior et al with gdbserver
blob
|
commitdiff
|
diff to current
2017-05-15
Rainer Orth
Fix gdb procfs.c compilation on Solaris
blob
|
commitdiff
|
diff to current
2017-04-12
Sergio Durigan Junior
C++-fy and prepare for sharing fork_inferior
blob
|
commitdiff
|
diff to current
2017-04-05
Pedro Alves
-Wwrite-strings: More Solaris
blob
|
commitdiff
|
diff to current
2017-04-05
Pedro Alves
-Wwrite-strings: Constify target_pid_to_str and target_...
blob
|
commitdiff
|
diff to current
2017-03-20
Simon Marchi
Use ptid from regcache in almost all remaining nat...
blob
|
commitdiff
|
diff to current
2017-01-11
Tom Tromey
Use class to manage BFD reference counts
blob
|
commitdiff
|
diff to current
2017-01-01
Joel Brobecker
update copyright year range in GDB files
blob
|
commitdiff
|
diff to current
2016-10-25
Rainer Orth
Fix gdb C++ compilation on Solaris (PR build/20712)
blob
|
commitdiff
|
diff to current
2016-09-19
Sergio Durigan Junior
Consolidate target_mourn_inferior between GDB and gdbserver
blob
|
commitdiff
|
diff to current
2016-09-01
Sergio Durigan Junior
Use target_continue{,_no_signal} instead of target_resume
blob
|
commitdiff
|
diff to current
2016-01-01
Joel Brobecker
GDB copyright headers update after running GDB's copyri...
blob
|
commitdiff
|
diff to current
2015-08-26
Simon Marchi
Replace some xmalloc-family functions with XNEW-family...
blob
|
commitdiff
|
diff to current
2015-08-21
Marcin Cieslak
procfs.c: Include "filestuff.h"
blob
|
commitdiff
|
diff to current
2015-08-07
Pedro Alves
Fix interrupt-noterm.exp on targets always in non-stop
blob
|
commitdiff
|
diff to current
2015-07-31
Simon Marchi
Mostly trivial enum fixes
blob
|
commitdiff
|
diff to current
2015-01-01
Joel Brobecker
Update year range in copyright notice of all files...
blob
|
commitdiff
|
diff to current
2014-10-17
Pedro Alves
Delete Tru64 support
blob
|
commitdiff
|
diff to current
2014-10-15
Pedro Alves
Push pruning old threads down to the target
blob
|
commitdiff
|
diff to current
2014-09-30
Andreas Arnez
Drop 'regset_from_core_section' gdbarch method
blob
|
commitdiff
|
diff to current
2014-09-12
Pedro Alves
[IRIX] eliminate deprecated_insert_raw_breakpoint uses
blob
|
commitdiff
|
diff to current
2014-08-07
Gary Benson
Move errno.h to common-defs.h
blob
|
commitdiff
|
diff to current
2014-08-07
Gary Benson
Include string.h in common-defs.h
blob
|
commitdiff
|
diff to current
2014-08-07
Gary Benson
Include gdb_assert.h in common-defs.h
blob
|
commitdiff
|
diff to current
2014-07-18
Tom Tromey
clean up some target delegation cases
blob
|
commitdiff
|
diff to current
2014-06-25
Markus Metzger
make_corefile_notes: have caller free returned memory
blob
|
commitdiff
|
diff to current
2014-06-16
Tom Tromey
constify to_info_proc and friends
blob
|
commitdiff
|
diff to current
2014-06-04
Tom Tromey
constify to_attach
blob
|
commitdiff
|
diff to current
2014-05-22
Pedro Alves
Add new infrun.h header.
blob
|
commitdiff
|
diff to current
2014-05-21
Pedro Alves
Allow making GDB not automatically connect to the nativ...
blob
|
commitdiff
|
diff to current
2014-03-13
Pedro Alves
Rename Solaris's target to "target child" like most...
blob
|
commitdiff
|
diff to current
2014-02-24
Pedro Alves
procfs.c: Don't install a deprecated_xfer_memory method
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_make_corefile_notes
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_find_memory_regions
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_stop
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_pass_signals
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_region_ok_for_hw_watchpoint
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_insert_watchpoint
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_remove_watchpoint
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_can_use_hw_breakpoint
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
add "this" pointers to more target APIs
blob
|
commitdiff
|
diff to current
2014-02-11
Yao Qi
Return target_xfer_status in to_xfer_partial
blob
|
commitdiff
|
diff to current
2014-02-07
Yao Qi
Replace -1 with TARGET_XFER_E_IO
blob
|
commitdiff
|
diff to current
2014-01-27
Joel Brobecker
Remove assert in procfs.c::procfs_make_note_section...
blob
|
commitdiff
|
diff to current
2014-01-14
Yao Qi
Change to_xfer_partial 'len' type to ULONGEST.
blob
|
commitdiff
|
diff to current
2014-01-01
Joel Brobecker
Update Copyright year range in all files maintained...
blob
|
commitdiff
|
diff to current
2013-12-18
Yao Qi
Add target_xfer_partial_ftype
blob
|
commitdiff
|
diff to current
2013-11-18
Tom Tromey
remove gdb_stat.h
blob
|
commitdiff
|
diff to current
2013-11-18
Tom Tromey
remove gdb_dirent.h
blob
|
commitdiff
|
diff to current
2013-11-18
Tom Tromey
remove gdb_string.h
blob
|
commitdiff
|
diff to current
2013-11-08
Tom Tromey
constify to_detach
blob
|
commitdiff
|
diff to current
2013-10-25
Pedro Alves
Make STARTUP_WITH_SHELL a runtime toggle -- add new...
blob
|
commitdiff
|
diff to current
2013-10-04
Joel Brobecker
Fix build failure in procfs.c after MERGEPID -> ptid_bu...
blob
|
commitdiff
|
diff to current
2013-09-30
Luis Machado
* aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
blob
|
commitdiff
|
diff to current
2013-01-01
Joel Brobecker
Update years in copyright notice for the GDB files.
blob
|
commitdiff
|
diff to current
2012-12-11
Pedro Alves
2012-12-11 Pedro Alves <pedro@codesourcery.com>
blob
|
commitdiff
|
diff to current
2012-12-11
Pedro Alves
gdb/
blob
|
commitdiff
|
diff to current
2012-11-09
Tom Tromey
* gdbarch.sh (target_gdbarch): Remove macro.
blob
|
commitdiff
|
diff to current
2012-09-27
Joel Brobecker
Make procfs.c:proc_get_LDT_entry static
blob
|
commitdiff
|
diff to current
2012-09-27
Joel Brobecker
Fix declaration of proc_find_memory_regions
blob
|
commitdiff
|
diff to current
2012-09-26
Pierre Muller
* procfs.c: Add gdb_bfd header.
blob
|
commitdiff
|
diff to current
2012-08-07
Jan Kratochvil
gdb/
blob
|
commitdiff
|
diff to current
2012-07-23
Tom Tromey
* cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd...
blob
|
commitdiff
|
diff to current
2012-07-23
Tom Tromey
* bfd-target.c (target_bfd_reopen): Update.
blob
|
commitdiff
|
diff to current
2012-07-18
Tom Tromey
* dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
blob
|
commitdiff
|
diff to current
2012-05-24
Pedro Alves
gdb/
blob
|
commitdiff
|
diff to current
2012-05-24
Pedro Alves
gdb/
blob
|
commitdiff
|
diff to current
2012-05-17
Joel Brobecker
procfs.c: Remove unused functions and make many functio...
blob
|
commitdiff
|
diff to current
2012-04-27
Maciej W. Rozycki
* proc-utils.h (proc_prettyprint_signalset): New proto...
blob
|
commitdiff
|
diff to current
2012-04-25
Jim Meyering
avoid a few strncpy-induced buffer overruns
blob
|
commitdiff
|
diff to current
2012-03-21
Thomas Schwinge
struct siginfo vs. siginfo_t
blob
|
commitdiff
|
diff to current
2012-01-20
Ulrich Weigand
ChangeLog:
blob
|
commitdiff
|
diff to current
2012-01-04
Joel Brobecker
Copyright year update in most files of the GDB Project.
blob
|
commitdiff
|
diff to current
2011-11-10
Joel Brobecker
procfs file descriptor leaks
blob
|
commitdiff
|
diff to current
2011-11-10
Joel Brobecker
[procfs] /proc/.../map file descriptor leak
blob
|
commitdiff
|
diff to current
2011-09-22
Tristan Gingold
2011-09-22 Tristan Gingold <gingold@adacore.com>
blob
|
commitdiff
|
diff to current
2011-04-27
Joel Brobecker
fix procfs.c:procfs_pass_signals advance declaration
blob
|
commitdiff
|
diff to current
2011-04-27
Ulrich Weigand
* target.h (struct target_ops): Remove to_notice_signals;
blob
|
commitdiff
|
diff to current
2011-03-09
Pedro Alves
* cli/cli-cmds.c (shell_escape): Use lbasename.
blob
|
commitdiff
|
diff to current
2011-01-11
Michael Snyder
2011-01-11 Michael Snyder <msnyder@vmware.com>
blob
|
commitdiff
|
diff to current
2011-01-10
Michael Snyder
2011-01-10 Michael Snyder <msnyder@vmware.com>
blob
|
commitdiff
|
diff to current
2011-01-05
Michael Snyder
2011-01-05 Michael Snyder <msnyder@vmware.com>
blob
|
commitdiff
|
diff to current
2011-01-01
Joel Brobecker
run copyright.sh for 2011.
blob
|
commitdiff
|
diff to current
2010-11-28
Jan Kratochvil
gdb/
blob
|
commitdiff
|
diff to current
2010-08-31
Jan Kratochvil
gdb/
blob
|
commitdiff
|
diff to current
2010-07-07
Thiago Jung Bauermann
2010-07-07 Sergio Durigan Junior <sergiodj@linux...
blob
|
commitdiff
|
diff to current
2010-07-01
Pedro Alves
* breakpoint.c (update_watchpoint, _initialize_breakpo...
blob
|
commitdiff
|
diff to current
2010-05-17
Michael Snyder
2010-05-17 Michael Snyder <msnyder@vmware.com>
blob
|
commitdiff
|
diff to current
2010-05-17
Pedro Alves
* procfs.c: Reformat.
blob
|
commitdiff
|
diff to current
2010-05-11
Pierre Muller
* procfs.c (proc_watchpoint_address): New function.
blob
|
commitdiff
|
diff to current
2010-04-20
Joel Brobecker
Unused function in procfs.c on alpha-tru64.
blob
|
commitdiff
|
diff to current
2010-04-20
Joel Brobecker
procfs.c: iterate_over_mappings callback has wrong...
blob
|
commitdiff
|
diff to current
2010-04-20
Joel Brobecker
procfs.c: Move solib_mappings_callback up to avoid...
blob
|
commitdiff
|
diff to current
2010-04-20
Joel Brobecker
procfs.c: Move find_signalled_thread and find_stop_signal.
blob
|
commitdiff
|
diff to current
next