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>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
disasm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdb/disasm: mark functions passed to the disassembler noexcept
Andrew Burgess
2022-11-28
1
-12
/
+13
*
[gdb] Fix rethrow exception slicing in pretty_print_insn
Tom de Vries
2022-10-24
1
-2
/
+2
*
gdb: improve disassembler styling when Pygments raises an exception
Andrew Burgess
2022-10-02
1
-21
/
+48
*
gdb: disassembler opcode display formatting
Andrew Burgess
2022-10-02
1
-3
/
+40
*
gdb/disasm: read opcodes bytes with a single read_code call
Andrew Burgess
2022-10-02
1
-9
/
+7
*
Use checked_static_cast in more places
Tom Tromey
2022-09-12
1
-2
/
+1
*
gdb: Add non-enum disassembler options
Tsukasa OI
2022-09-06
1
-0
/
+4
*
gdb: handle dis_style_sub_mnemonic disassembler style
Andrew Burgess
2022-07-25
1
-0
/
+1
*
gdb: add support for disassembler styling using libopcodes
Andrew Burgess
2022-07-11
1
-7
/
+177
*
gdb: have gdb_disassemble_info carry 'this' in its stream pointer
Andrew Burgess
2022-07-11
1
-9
/
+26
*
gdb: unify two dis_asm_read_memory functions in disasm.c
Andrew Burgess
2022-06-15
1
-13
/
+3
*
gdb: refactor the non-printing disassemblers
Andrew Burgess
2022-06-15
1
-51
/
+37
*
gdb: add extension language print_insn hook
Andrew Burgess
2022-06-15
1
-3
/
+26
*
gdb: add new base class to gdb_disassembler
Andrew Burgess
2022-06-15
1
-20
/
+38
*
gdb: remove use of vfprintf_filtered
Andrew Burgess
2022-04-04
1
-1
/
+1
*
objdump/opcodes: add syntax highlighting to disassembler output
Andrew Burgess
2022-04-04
1
-2
/
+32
*
Unify gdb printf functions
Tom Tromey
2022-03-29
1
-22
/
+22
*
Unify gdb puts functions
Tom Tromey
2022-03-29
1
-3
/
+3
*
Unify vprintf functions
Tom Tromey
2022-03-29
1
-1
/
+1
*
gdb: use python to colorize disassembler output
Andrew Burgess
2022-02-14
1
-2
/
+56
*
gdb/disasm: combine the no printing disassembler setup code
Andrew Burgess
2022-02-07
1
-5
/
+12
*
gdb: remove SYMTAB_LINETABLE macro, add getter/setter
Simon Marchi
2022-02-06
1
-8
/
+8
*
gdb: fix some clang-tidy readability-misleading-indentation warnings
Simon Marchi
2022-01-31
1
-1
/
+1
*
Always call the wrap_here method
Tom Tromey
2022-01-26
1
-2
/
+2
*
Convert wrap_here to use integer parameter
Tom Tromey
2022-01-26
1
-2
/
+2
*
Automatic Copyright Year update after running gdb/copyright.py
Joel Brobecker
2022-01-01
1
-1
/
+1
*
gdb: use try/catch around a gdb_disassembler::print_insn call
Andrew Burgess
2021-12-08
1
-5
/
+34
*
gdb: make disassembler fprintf callback a static member function
Andrew Burgess
2021-10-22
1
-16
/
+15
*
gdb: improve error reporting from the disassembler
Andrew Burgess
2021-10-13
1
-5
/
+9
*
gdb: make string-like set show commands use std::string variable
Simon Marchi
2021-10-03
1
-4
/
+7
*
gdb: make add_setshow commands return set_show_commands
Simon Marchi
2021-05-27
1
-5
/
+4
*
gdb: Pass std::strings to ui_out::field_string () where convenient
Marco Barisione
2021-05-19
1
-1
/
+1
*
Update copyright year range in all GDB files
Joel Brobecker
2021-01-01
1
-1
/
+1
*
gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
Simon Marchi
2020-11-02
1
-4
/
+4
*
gdb/disassembly: Update to handle non-statement addresses
Andrew Burgess
2020-07-23
1
-6
/
+0
*
gdb: Add support for tracking the DWARF line table is-stmt field
Andrew Burgess
2020-03-10
1
-0
/
+6
*
Call disassemble_free_target in gdb
Tom Tromey
2020-01-19
1
-1
/
+8
*
gdb: add back declarations for _initialize functions
Simon Marchi
2020-01-13
1
-1
/
+2
*
Update copyright year range in all GDB files.
Joel Brobecker
2020-01-01
1
-1
/
+1
*
Replace some more qsort calls with std::sort
Christian Biesinger
2019-10-19
1
-16
/
+14
*
[gdb] Fix more typos in comments
Tom de Vries
2019-10-18
1
-2
/
+2
*
Remove the ui_out_style_kind enum
Tom Tromey
2019-10-01
1
-1
/
+2
*
Add more styling to "disassemble"
Tom Tromey
2019-08-06
1
-25
/
+24
*
Restrict use of minsym names when printing addresses in disassembled code
Kevin Buettner
2019-07-27
1
-4
/
+8
*
Rename field_int to field_signed
Tom Tromey
2019-07-17
1
-1
/
+1
*
Introduce field_unsigned
Tom Tromey
2019-07-15
1
-1
/
+1
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-1
/
+1
*
Remove trailing newlines from help text
Tom Tromey
2019-06-11
1
-1
/
+1
*
testsuite: Disable some tests when logging
Alan Hayward
2019-05-17
1
-2
/
+2
*
Revert the header-sorting patch
Tom Tromey
2019-04-06
1
-12
/
+8
[next]