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
/
mi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use strtok_r instead of strtok
Christian Biesinger
2019-11-06
1
-1
/
+2
*
[gdb] Fix more typos in comments (2)
Tom de Vries
2019-10-26
3
-5
/
+5
*
Move declaration of varobjdebug to header
Christian Biesinger
2019-10-10
1
-2
/
+0
*
Renaming of ctf (the trace format) files
Weimin Pan
2019-10-07
1
-1
/
+0
*
Introduce metadata style
Tom Tromey
2019-10-01
2
-4
/
+5
*
Introduce gdb-specific %p format suffixes
Pedro Alves
2019-10-01
2
-3
/
+5
*
Remove the ui_out_style_kind enum
Tom Tromey
2019-10-01
2
-6
/
+6
*
bfd_section_* macros
Alan Modra
2019-09-19
1
-2
/
+1
*
Change boolean options to bool instead of int
Christian Biesinger
2019-09-18
1
-2
/
+2
*
Make struct frame_arg self-managing
Tom Tromey
2019-08-07
1
-5
/
+1
*
Add more styling to "disassemble"
Tom Tromey
2019-08-06
1
-0
/
+5
*
Rename field_int to field_signed
Tom Tromey
2019-07-17
8
-50
/
+50
*
Fix a FIXME in mi-out.c
Tom Tromey
2019-07-15
1
-4
/
+1
*
Introduce field_unsigned
Tom Tromey
2019-07-15
2
-0
/
+13
*
Use field_string in more places
Tom Tromey
2019-07-15
2
-2
/
+2
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
7
-11
/
+11
*
gdb/mi: New commands to catch C++ exceptions
Andrew Burgess
2019-06-15
3
-0
/
+80
*
Make "backtrace" support -OPT options
Pedro Alves
2019-06-13
1
-8
/
+15
*
Introduce and use make_unique_xstrdup
Pedro Alves
2019-06-04
1
-1
/
+1
*
Add debug redirect option
Alan Hayward
2019-05-17
2
-9
/
+26
*
Change file close behavior for tee_file
Alan Hayward
2019-05-17
1
-5
/
+14
*
MI: Add new command -complete
Jan Vrany
2019-05-17
3
-0
/
+47
*
Fix GDB build when using --disable-gdbmi
Simon Marchi
2019-05-10
3
-28
/
+4
*
Make exception handling more efficient
Tom Tromey
2019-04-25
1
-1
/
+1
*
Remove exception_none
Tom Tromey
2019-04-25
1
-1
/
+1
*
Rename gdb exception types
Tom Tromey
2019-04-08
4
-5
/
+5
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
4
-15
/
+10
*
Make exceptions use std::string and be self-managing
Tom Tromey
2019-04-08
3
-17
/
+11
*
Don't show "display"s twice in MI
Tom Tromey
2019-03-19
1
-2
/
+7
*
Fix MI output for multi-location breakpoints
Simon Marchi
2019-03-13
4
-2
/
+44
*
Factor out mi_ui_out instantiation logic
Simon Marchi
2019-03-13
4
-31
/
+27
*
C++-ify struct thread_fsm
Tom Tromey
2019-02-07
1
-2
/
+2
*
Normalize include guards in gdb
Tom Tromey
2019-02-07
9
-30
/
+28
*
Normalize includes to use common/
Tom Tromey
2019-01-25
3
-3
/
+3
*
Remove duplicate or commented-out #includes
Tom Tromey
2019-01-21
1
-1
/
+0
*
Add compunits range adapter to objfile
Tom Tromey
2019-01-17
1
-1
/
+1
*
Change all_objfiles adapter to be a method on program_space
Tom Tromey
2019-01-17
1
-1
/
+1
*
Replace "the the" with "the"
Tom Tromey
2019-01-17
1
-1
/
+1
*
Remove ALL_OBJFILES and ALL_FILETABS
Tom Tromey
2019-01-09
1
-10
/
+15
*
Remove ALL_COMPUNIT_FILETABS
Tom Tromey
2019-01-09
1
-1
/
+0
*
Remove ALL_OBJFILE_COMPUNITS
Tom Tromey
2019-01-09
1
-1
/
+0
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
27
-27
/
+27
*
Change input_handler to take a unique_xmalloc_ptr
Tom Tromey
2018-12-30
1
-3
/
+4
*
Add output styles to gdb
Tom Tromey
2018-12-28
2
-5
/
+10
*
Remove obsolete comments from field_fmt
Tom Tromey
2018-11-25
1
-2
/
+0
*
Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.
Pedro Alves
2018-11-22
2
-38
/
+27
*
Introduce gdbarch_num_cooked_regs
Simon Marchi
2018-10-21
1
-5
/
+5
*
Simple -Wshadow=local fixes
Tom Tromey
2018-10-04
2
-6
/
+6
*
gdb: Change how frames are selected for 'frame' and 'info frame'.
Andrew Burgess
2018-09-28
1
-1
/
+76
*
MI: Add -a option to the "-data-disassemble" command
Jan Vrany
2018-08-14
2
-10
/
+27
[next]