GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/binutils-gdb.git
gentoo/binutils-2.29.1
gentoo/binutils-2.30
gentoo/binutils-2.31
gentoo/binutils-2.31.1
gentoo/binutils-2.32
gentoo/binutils-2.33.1
gentoo/binutils-2.34
gentoo/binutils-2.35
gentoo/binutils-2.35.1
gentoo/binutils-2.35.2
gentoo/binutils-2.36
gentoo/binutils-2.36.1
gentoo/binutils-2.37
gentoo/binutils-2.38
gentoo/binutils-2.39
gentoo/binutils-2.40
gentoo/binutils-2.41
gentoo/binutils-2.42
gentoo/binutils-2.43
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
jit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use class to manage BFD reference counts
Tom Tromey
2017-01-10
1
-15
/
+15
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
Fix PR11094: JIT breakpoint is not properly recreated on reruns
Pedro Alves
2016-10-06
1
-1
/
+5
*
Remove unused variables
Tom Tromey
2016-07-14
1
-4
/
+0
*
Fix PR cli/18053
Tom Tromey
2016-07-13
1
-6
/
+18
*
Extend JIT-reader test and fix GDB problems that exposes
Pedro Alves
2016-07-01
1
-19
/
+32
*
Fix PR gdb/19858: GDB doesn't register the JIT libraries on attach
Yichao Yu
2016-03-31
1
-2
/
+11
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Add a cast in jit_target_read_impl
Simon Marchi
2015-10-29
1
-1
/
+2
*
Cast gdb_dlsym return value
Simon Marchi
2015-10-29
1
-1
/
+1
*
Change some void* to gdb_byte*
Simon Marchi
2015-10-09
1
-2
/
+2
*
Add some more casts (1/2)
Simon Marchi
2015-09-25
1
-15
/
+22
*
Add casts to memory allocation related calls
Simon Marchi
2015-09-25
1
-10
/
+15
*
Replace some xmalloc-family functions with XNEW-family ones
Simon Marchi
2015-08-26
1
-3
/
+4
*
Zero supplied stat buffers in functions that pretend to stat
Gary Benson
2015-04-14
1
-0
/
+1
*
Split TRY_CATCH into TRY + CATCH
Pedro Alves
2015-03-07
1
-6
/
+10
*
C++ keyword cleanliness, mostly auto-generated
Pedro Alves
2015-02-27
1
-8
/
+8
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
Replace some symbol accessor macros with functions.
Doug Evans
2014-12-23
1
-1
/
+1
*
Split struct symtab into two: struct symtab and compunit_symtab.
Doug Evans
2014-11-20
1
-14
/
+13
*
symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated.
Doug Evans
2014-11-18
1
-3
/
+4
*
SYMTAB_DIRNAME: New macro.
Doug Evans
2014-11-18
1
-1
/
+1
*
Remove spurious exceptions.h inclusions
Gary Benson
2014-10-08
1
-1
/
+0
*
Prepare gdb for 64-bit obstacks
Alan Modra
2014-08-05
1
-4
/
+5
*
constify some blockvector APIs
Tom Tromey
2014-06-18
1
-7
/
+8
*
start change to progspace independence
Tom Tromey
2014-02-26
1
-5
/
+7
*
use bound_minsym as result for lookup_minimal_symbol et al
Tom Tromey
2014-02-26
1
-3
/
+4
*
change minsym representation
Tom Tromey
2014-02-26
1
-5
/
+5
*
replace XCALLOC with XCNEWVEC or XCNEW
Tom Tromey
2014-01-13
1
-2
/
+2
*
replace XZALLOC with XCNEW
Tom Tromey
2014-01-13
1
-7
/
+7
*
fix JIT reader path creation
Tom Tromey
2014-01-06
1
-1
/
+1
*
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2014-01-01
1
-1
/
+1
*
remove gdb_stat.h
Tom Tromey
2013-11-18
1
-1
/
+1
*
Change "set debug symtab-create" to take a verbosity level.
Doug Evans
2013-11-08
1
-1
/
+1
*
New flag OBJF_NOT_FILENAME
Jan Kratochvil
2013-10-09
1
-2
/
+3
*
Keep objfile original filename
Jan Kratochvil
2013-09-24
1
-4
/
+3
*
Code cleanup: Add objfile_name accessor
Jan Kratochvil
2013-09-24
1
-1
/
+1
*
move gdbarch object from objfile to per-BFD
Tom Tromey
2013-08-20
1
-1
/
+1
*
gdb/
Jan Kratochvil
2013-04-12
1
-1
/
+3
*
* minsyms.h (struct bound_minimal_symbol): New.
Tom Tromey
2013-04-08
1
-8
/
+10
*
* coffread.c (process_coff_symbol, coff_read_enum_type): Call
Tom Tromey
2013-04-08
1
-3
/
+1
*
* symfile.c (alloc_section_addr_info): Update header. Don't set
Tom Tromey
2013-03-21
1
-0
/
+1
*
2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
Tom Tromey
2013-03-20
1
-1
/
+1
*
* jit.c (jit_program_space_data): Rename from jit_inferior_data;
Tom Tromey
2013-01-31
1
-66
/
+54
*
PR gdb/13987:
Tom Tromey
2013-01-31
1
-20
/
+87
*
2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
Aleksandar Ristovski
2013-01-31
1
-6
/
+1
*
* symfile.h (obsavestring): Don't declare.
Tom Tromey
2013-01-21
1
-3
/
+3
*
* jit.c (jit_reader_load_command): Interpret the jit reader name as an
Sanjoy Das
2013-01-17
1
-1
/
+5
*
PR gdb/14550
Sanjoy Das
2013-01-17
1
-2
/
+12
*
Update years in copyright notice for the GDB files.
Joel Brobecker
2013-01-01
1
-1
/
+1
[next]