projects
/
external
/
binutils.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
main: Don't add int to string
[external/binutils.git]
/
gdb
/
regcache.c
2017-06-16
Yao Qi
extract/store integer function template
blob
|
commitdiff
2017-06-12
Tom Tromey
Don't always zero pad in print_*_chars
blob
|
commitdiff
|
diff to current
2017-06-07
Alan Hayward
Remove MAX_REGISTER_SIZE from regcache.c
blob
|
commitdiff
|
diff to current
2017-05-26
Alan Hayward
Add regcache raw_supply_integer and raw_collect_integer.
blob
|
commitdiff
|
diff to current
2017-05-24
Yao Qi
Move current_regcache to regcache::current_regcache
blob
|
commitdiff
|
diff to current
2017-05-09
Yao Qi
Use std::forward_list for current_regcache
blob
|
commitdiff
|
diff to current
2017-05-09
Yao Qi
Add current_regcache unit test
blob
|
commitdiff
|
diff to current
2017-05-03
Alan Hayward
Remove MAX_REGISTER_SIZE from frv-linux-tdep.c
blob
|
commitdiff
|
diff to current
2017-04-28
Yao Qi
Use tag dispatch regcache ctor in regcache_dup
blob
|
commitdiff
|
diff to current
2017-04-28
Yao Qi
Simplify regcache_dup
blob
|
commitdiff
|
diff to current
2017-04-28
Yao Qi
Class-fy regcache
blob
|
commitdiff
|
diff to current
2017-04-28
Yao Qi
Add constructor and destructor to regcache
blob
|
commitdiff
|
diff to current
2017-04-25
Yao Qi
Change readonly_p to bool
blob
|
commitdiff
|
diff to current
2017-04-21
Yao Qi
Simplify regcache_restore
blob
|
commitdiff
|
diff to current
2017-03-24
Alan Hayward
Remove MAX_REGISTER_SIZE from target.c
blob
|
commitdiff
|
diff to current
2017-03-23
Simon Marchi
Remove some unnecessary inferior_ptid setting/restoring...
blob
|
commitdiff
|
diff to current
2017-03-13
Simon Marchi
Introduce regcache_get_ptid
blob
|
commitdiff
|
diff to current
2017-02-27
Alan Hayward
Remove MAX_REGISTER_SIZE from remote.c
blob
|
commitdiff
|
diff to current
2017-02-02
Pedro Alves
Eliminate make_cleanup_ui_file_delete / make ui_file...
blob
|
commitdiff
|
diff to current
2017-01-18
Alan Hayward
Use register_size () instead of MAX_REGISTER_SIZE
blob
|
commitdiff
|
diff to current
2017-01-01
Joel Brobecker
update copyright year range in GDB files
blob
|
commitdiff
|
diff to current
2016-11-22
Yao Qi
New regcache_raw_get_signed
blob
|
commitdiff
|
diff to current
2016-07-01
Pedro Alves
Extend JIT-reader test and fix GDB problems that exposes
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-12-18
Antoine Tremblay
Share regcache function regcache_raw_read_unsigned
blob
|
commitdiff
|
diff to current
2015-12-18
Antoine Tremblay
Refactor arm_software_single_step to use regcache
blob
|
commitdiff
|
diff to current
2015-10-15
Yao Qi
aarch64 multi-arch part 6: HW breakpoint on unaligned...
blob
|
commitdiff
|
diff to current
2015-10-09
Simon Marchi
Change some void* to gdb_byte*
blob
|
commitdiff
|
diff to current
2015-09-25
Simon Marchi
Add some more casts (2/2)
blob
|
commitdiff
|
diff to current
2015-09-25
Simon Marchi
Add casts to memory allocation related calls
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-06
Simon Marchi
Add casts for legitimate integer to enum conversions
blob
|
commitdiff
|
diff to current
2015-05-13
Jan Kratochvil
Make regcache_cpy_no_passthrough static
blob
|
commitdiff
|
diff to current
2015-03-06
Gary Benson
New common function "startswith"
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-08
Gary Benson
Remove spurious exceptions.h inclusions
blob
|
commitdiff
|
diff to current
2014-09-12
Gary Benson
Introduce common-regcache.h
blob
|
commitdiff
|
diff to current
2014-08-07
Andreas Arnez
regcache: Add functions suitable for regset_supply...
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-06-13
Pierre Langlois
Invalidate a register in cache when a remote target...
blob
|
commitdiff
|
diff to current
2014-01-13
Tom Tromey
replace XCALLOC with XCNEWVEC or XCNEW
blob
|
commitdiff
|
diff to current
2014-01-13
Tom Tromey
replace XMALLOC with XNEW
blob
|
commitdiff
|
diff to current
2014-01-07
Honggyu Kim
Remove duplicated #include's from GDB
blob
|
commitdiff
|
diff to current
2014-01-01
Joel Brobecker
Update Copyright year range in all files maintained...
blob
|
commitdiff
|
diff to current
2013-11-18
Tom Tromey
remove gdb_string.h
blob
|
commitdiff
|
diff to current
2013-09-23
Andrew Burgess
In regcache use print_hex_chars.
blob
|
commitdiff
|
diff to current
2013-03-07
Pedro Alves
regcache.c: fix -Wpointer-sign
blob
|
commitdiff
|
diff to current
2013-03-01
Pedro Alves
Use gdb_byte for bytes from the program being debugged.
blob
|
commitdiff
|
diff to current
2013-01-31
Aleksandar Ristovski
2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
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-09-28
Pedro Alves
2012-09-28 selven <pcthegreat@gmail.com>
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-10-26
Ulrich Weigand
* regcache.c (registers_changed_ptid): Invalidate...
blob
|
commitdiff
|
diff to current
2011-10-11
David S. Miller
Fix regcache_restore() handling of unavailable regs.
blob
|
commitdiff
|
diff to current
2011-09-17
Yao Qi
gdb/
blob
|
commitdiff
|
diff to current
2011-07-22
Tom Tromey
gdb
blob
|
commitdiff
|
diff to current
2011-07-11
Tom Tromey
* regcache.c (struct regcache_descr): Fix typo.
blob
|
commitdiff
|
diff to current
2011-04-20
Pedro Alves
2011-04-20 Pedro Alves <pedro@codesourcery.com>
blob
|
commitdiff
|
diff to current
2011-04-20
Pedro Alves
2011-04-20 Pedro Alves <pedro@codesourcery.com>
blob
|
commitdiff
|
diff to current
2011-03-24
Pedro Alves
* regcache.c (regcache_raw_read): If the target didn...
blob
|
commitdiff
|
diff to current
2011-03-18
Pedro Alves
gdb/
blob
|
commitdiff
|
diff to current
2011-02-04
Pedro Alves
* regcache.c (registers_changed_ptid): Don't explictly...
blob
|
commitdiff
|
diff to current
2011-01-25
Pedro Alves
* regcache.c (struct regcache_descr): Rename
blob
|
commitdiff
|
diff to current
2011-01-25
Pedro Alves
* regcache.c (struct regcache_descr): Remove outdated...
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-05-16
Michael Snyder
2010-05-16 Michael Snyder <msnyder@vmware.com>
blob
|
commitdiff
|
diff to current
2010-05-06
Michael Snyder
2010-05-06 Michael Snyder <msnyder@vmware.com>
blob
|
commitdiff
|
diff to current
2010-04-29
Pedro Alves
PR gdb/11557
blob
|
commitdiff
|
diff to current
2010-01-28
Daniel Jacobowitz
* regcache.c (regcache_xmalloc): Add aspace argument...
blob
|
commitdiff
|
diff to current
2010-01-01
Joel Brobecker
Update copyright year in most headers.
blob
|
commitdiff
|
diff to current
2009-10-19
Pedro Alves
2009-10-19 Pedro Alves <pedro@codesourcery.com>
blob
|
commitdiff
|
diff to current
2009-07-02
Ulrich Weigand
* defs.h (extract_signed_integer, extract_unsigned_int...
blob
|
commitdiff
|
diff to current
2009-07-02
Ulrich Weigand
* target.h (struct target_ops): New member to_thread_a...
blob
|
commitdiff
|
diff to current
2009-06-28
Daniel Jacobowitz
gdb/
blob
|
commitdiff
|
diff to current
2009-05-05
Ulrich Weigand
* inferior.h (read_pc, write_pc): Remove.
blob
|
commitdiff
|
diff to current
2009-02-21
Pedro Alves
2008-02-21 Pedro Alves <pedro@codesorcery.com>
blob
|
commitdiff
|
diff to current
2009-01-03
Joel Brobecker
Updated copyright notices for most files.
blob
|
commitdiff
|
diff to current
2008-10-30
Tom Tromey
* cli/cli-logging.c (handle_redirections): Make a...
blob
|
commitdiff
|
diff to current
2008-08-18
Pedro Alves
2008-08-18 Pedro Alves <pedro@codesourcery.com>
blob
|
commitdiff
|
diff to current
2008-05-04
Ulrich Weigand
* inferior.h (read_pc_pid, write_pc_pid): Remove.
blob
|
commitdiff
|
diff to current
2008-02-27
Daniel Jacobowitz
2008-02-26 Greg Law <glaw@undo-software.com>
blob
|
commitdiff
|
diff to current
2008-02-18
Markus Deuling
* sentinel-frame.c (sentinel_frame_prev_register)...
blob
|
commitdiff
|
diff to current
2008-01-01
Daniel Jacobowitz
Updated copyright notices for most files.
blob
|
commitdiff
|
diff to current
2007-10-08
Ulrich Weigand
2007-10-08 Markus Deuling <deuling@de.ibm.com>
blob
|
commitdiff
|
diff to current
2007-08-23
Joel Brobecker
Switch the license of all .c files to GPLv3.
blob
|
commitdiff
|
diff to current
2007-06-21
Andreas Schwab
* regcache.c (write_pc_pid): Restore missing else.
blob
|
commitdiff
|
diff to current
2007-06-20
Ulrich Weigand
* regcache.c (regcache_print): Use get_current_regcache ()
blob
|
commitdiff
|
diff to current
2007-06-18
Ulrich Weigand
2007-06-18 Markus Deuling <deuling@de.ibm.com>
blob
|
commitdiff
|
diff to current
2007-06-16
Ulrich Weigand
* regcache.c (struct regcache): Add ptid_t member.
blob
|
commitdiff
|
diff to current
2007-06-15
Ulrich Weigand
* regcache.c (read_register, read_register_pid): Remove.
blob
|
commitdiff
|
diff to current
2007-06-15
Ulrich Weigand
* gdbarch.sh (read_pc): Add REGCACHE argument. Remove...
blob
|
commitdiff
|
diff to current
2007-06-09
Ulrich Weigand
2007-06-09 Markus Deuling <deuling@de.ibm.com>
blob
|
commitdiff
|
diff to current
2007-06-09
Ulrich Weigand
2007-06-09 Markus Deuling <deuling@de.ibm.com>
blob
|
commitdiff
|
diff to current
2007-05-31
Ulrich Weigand
2007-05-31 Markus Deuling <deuling@de.ibm.com>
blob
|
commitdiff
|
diff to current
2007-05-31
Ulrich Weigand
2007-05-31 Markus Deuling <deuling@de.ibm.com>
blob
|
commitdiff
|
diff to current
2007-05-31
Ulrich Weigand
2007-05-31 Markus Deuling <deuling@de.ibm.com>
blob
|
commitdiff
|
diff to current
2007-05-13
Ulrich Weigand
* inferior.h (read_sp): Remove prototype.
blob
|
commitdiff
|
diff to current
next