index
:
ampere-computing/binutils-gdb.git
binutils-2_30-amp-branch
binutils-2_31_1-amp-branch
binutils-2_32-amp-branch
binutils-2_34-amp-branch
gdb-8.1-amp-branch
gdb-8.2.1-amp-branch
gdb-9.1-amp-branch
Binutils/GDB including Ampere Computing toolchain specific patches
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
compile
/
compile-object-load.c
Age
Commit message (
Expand
)
Author
2018-01-05
Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)
Pedro Alves
2018-01-02
Update copyright year range in all GDB files
Joel Brobecker
2017-12-05
Remove some unused variables
Simon Marchi
2017-11-04
Remove make_cleanup_free_objfile
Tom Tromey
2017-11-04
Remove cleanups from link_callbacks_einfo
Tom Tromey
2017-08-05
Use gdb::unique_xmalloc_ptr when calling tilde_expand
Tom Tromey
2017-01-10
Use class to manage BFD reference counts
Tom Tromey
2017-01-01
update copyright year range in GDB files
Joel Brobecker
2016-11-08
Use ui_file_as_string in gdb/compile/
Pedro Alves
2016-09-16
gdb: Use std::min and std::max throughout
Pedro Alves
2016-05-28
Return void from linker callbacks
Alan Modra
2016-01-01
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2015-09-25
Add some more casts (1/2)
Simon Marchi
2015-09-25
Add casts to memory allocation related calls
Simon Marchi
2015-08-26
Replace some xmalloc-family functions with XNEW-family ones
Simon Marchi
2015-08-01
Replace the block_found global with explicit data-flow
Pierre-Marie de Rodat
2015-07-14
Remove CHECK_TYPEDEF, use check_typedef instead
Simon Marchi
2015-07-02
debug compile: Replace confusing debug message
Jan Kratochvil
2015-06-03
compile: Use also inferior munmap
Jan Kratochvil
2015-05-19
compile: gdb_stdout -> gdb_stdlog
Jan Kratochvil
2015-05-16
compile: Fix uninitialized variable compiler warnings
Jan Kratochvil
2015-05-16
compile: Fix detected inferior type
Jan Kratochvil
2015-05-16
compile: New 'compile print'
Jan Kratochvil
2015-05-16
Code cleanup: compile: func_addr -> func_sym
Jan Kratochvil
2015-05-16
compile: Distribute scope, add scope_data
Jan Kratochvil
2015-05-16
compile: Add one debug message
Jan Kratochvil
2015-05-06
compile: Support relocation to GNU-IFUNCs
Jan Kratochvil
2015-02-26
Add ATTRIBUTE_PRINTF attributes, and fix fallout
Pedro Alves
2015-02-26
Change // comment in gdb/compile/
Jan Kratochvil
2015-01-01
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2014-12-13
Fix ARI warnings in gdb/compile/compile-object-load.c.
Joel Brobecker
2014-12-12
the "compile" command
Tom Tromey