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
/
source.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some includes of readline.h
Tom Tromey
2019-11-06
1
-1
/
+1
*
[gdb] Fix more typos in comments
Tom de Vries
2019-10-18
1
-1
/
+1
*
Make current_source_* per-program-space
Tom Tromey
2019-10-02
1
-48
/
+76
*
Don't call decode_line_with_current_source from select_source_symtab
Tom Tromey
2019-10-02
1
-7
/
+4
*
Remove the ui_out_style_kind enum
Tom Tromey
2019-10-01
1
-1
/
+2
*
gdb: Look for compilation directory relative to directory search path
Mike Gulick
2019-09-17
1
-11
/
+58
*
Make first and last lines of 'command help documentation' consistent.
Philippe Waroquiers
2019-08-07
1
-3
/
+7
*
Clean up source file error reporting
Tom Tromey
2019-08-06
1
-14
/
+12
*
Add file offsets to the source cache
Tom Tromey
2019-08-06
1
-102
/
+18
*
Rename field_int to field_signed
Tom Tromey
2019-07-17
1
-1
/
+1
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-4
/
+4
*
gdb: Remove an update of current_source_line and current_source_symtab
Andrew Burgess
2019-06-15
1
-25
/
+2
*
gdb: New function to open source file and compute line charpos data
Andrew Burgess
2019-06-15
1
-17
/
+16
*
gdb: Remove unused parameter
Andrew Burgess
2019-06-15
1
-9
/
+3
*
Only compute realpath when basenames_may_differ is set
Tom Tromey
2019-06-14
1
-5
/
+9
*
Apply substitute-path to relative filenames as well
Руслан Ижбулатов
2019-06-06
1
-9
/
+4
*
Don't cast away const in find_and_open_source
Tom Tromey
2019-05-17
1
-3
/
+1
*
Fix "list" when control characters are seen
Tom Tromey
2019-04-19
1
-2
/
+6
*
Fix pager bugs with style output
Tom Tromey
2019-02-17
1
-22
/
+40
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-1
/
+1
*
Add compunits range adapter to objfile
Tom Tromey
2019-01-17
1
-2
/
+2
*
Change all_objfiles adapter to be a method on program_space
Tom Tromey
2019-01-17
1
-3
/
+3
*
Remove ALL_OBJFILES and ALL_FILETABS
Tom Tromey
2019-01-09
1
-10
/
+14
*
Remove ALL_OBJFILE_FILETABS
Tom Tromey
2019-01-09
1
-9
/
+12
*
Remove ALL_COMPUNIT_FILETABS
Tom Tromey
2019-01-09
1
-5
/
+3
*
Remove ALL_OBJFILE_COMPUNITS
Tom Tromey
2019-01-09
1
-2
/
+0
*
Remove most uses of ALL_OBJFILES
Tom Tromey
2019-01-09
1
-7
/
+7
*
Remove ALL_PSPACE_OBJFILES
Tom Tromey
2019-01-09
1
-5
/
+4
*
gdb: Avoid signed integer overflow when printing source lines
Andrew Burgess
2019-01-09
1
-7
/
+41
*
gdb: Move declarations from symtab.h to source.h
Andrew Burgess
2019-01-08
1
-24
/
+6
*
gdb: Handle requests to print source lines backward
Andrew Burgess
2019-01-08
1
-1
/
+11
*
gdb: Fix skip of `\r` before `\n` in source output
Andrew Burgess
2019-01-08
1
-6
/
+1
*
Fix 'Invalid read of size 4' in search_command_helper
Philippe Waroquiers
2019-01-01
1
-0
/
+2
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Highlight source code using GNU Source Highlight
Tom Tromey
2018-12-28
1
-19
/
+19
*
Add output styles to gdb
Tom Tromey
2018-12-28
1
-1
/
+2
*
Merge forward-search/reverse-search, use gdb::def_vector, remove limit
Pedro Alves
2018-12-08
1
-105
/
+44
*
Fix leak in forward-search
Philippe Waroquiers
2018-11-29
1
-1
/
+1
*
Re-fix leak in source.c (open_source_file).
Philippe Waroquiers
2018-11-24
1
-1
/
+1
*
Change get_filename_and_charpos to return void
Tom Tromey
2018-11-19
1
-12
/
+2
*
Return scoped_fd from open_source_file and find_and_open_source
Tom Tromey
2018-11-09
1
-34
/
+31
*
Fix 4K leak in open_source_file each time next/step changes of function.
Philippe Waroquiers
2018-11-05
1
-1
/
+2
*
Remove cleanup from add_path
Tom Tromey
2018-09-13
1
-9
/
+7
*
Remove two more uses of make_cleanup_close
Tom Tromey
2018-06-09
1
-18
/
+12
*
Use scoped_fd in more places
Tom Tromey
2018-03-08
1
-7
/
+5
*
Make delim_string_to_char_ptr_vec return an std::vector
Simon Marchi
2018-03-02
1
-15
/
+9
*
Make gdbserver work with filename-only binaries
Sergio Durigan Junior
2018-02-28
1
-34
/
+0
*
Create new common/pathstuff.[ch]
Sergio Durigan Junior
2018-02-28
1
-0
/
+1
*
Change openp et al to use a unique_xmalloc_ptr
Tom Tromey
2018-02-14
1
-22
/
+19
*
Use enum flags for flags passed to openp
Simon Marchi
2018-02-13
1
-1
/
+1
[next]