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/binutils-2.44
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
/
disasm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Sort includes for files gdb/[a-f]*.[chyl].
Tom Tromey
2019-04-05
1
-8
/
+12
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Add output styles to gdb
Tom Tromey
2018-12-28
1
-1
/
+2
*
Simple -Wshadow=local fixes
Tom Tromey
2018-10-04
1
-3
/
+4
*
Expand "show disassembler-options" output
Tom Tromey
2018-09-16
1
-4
/
+9
*
GDB PR tdep/8282: MIPS: Wire in `set disassembler-options'
Maciej W. Rozycki
2018-07-02
1
-15
/
+112
*
Change build_address_symbolic to return std::string
Tom Tromey
2018-06-07
1
-8
/
+3
*
Update help text in disasm.c
Tom Tromey
2018-05-24
1
-1
/
+1
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Remove some unused variables
Simon Marchi
2017-12-05
1
-1
/
+0
*
Constify add_setshow_*
Tom Tromey
2017-11-07
1
-1
/
+1
*
Remove cleanups from disasm.c
Tom Tromey
2017-10-17
1
-53
/
+29
*
Rename _const functions to use overloading instead
Tom Tromey
2017-09-11
1
-1
/
+1
*
Use ui_out_emit_tuple in disasm.c
Tom Tromey
2017-09-09
1
-82
/
+82
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-3
/
+0
*
Introduce gdb_disassembly_flags
Pedro Alves
2017-09-04
1
-6
/
+6
*
Introduce class completion_tracker & rewrite completion<->readline interaction
Pedro Alves
2017-07-17
1
-3
/
+3
*
Use ui_out_emit_list
Tom Tromey
2017-04-22
1
-5
/
+1
*
Use ui_out_emit_tuple
Tom Tromey
2017-04-22
1
-10
/
+3
*
-Wwrite-strings: Constify struct disassemble_info's disassembler_options field
Pedro Alves
2017-04-05
1
-1
/
+1
*
GDB: Add support for the new set/show disassembler-options commands.
Peter Bergner
2017-02-28
1
-0
/
+179
*
Reuse buffers across gdb_pretty_print_insn calls
Pedro Alves
2017-02-02
1
-11
/
+14
*
Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy
Pedro Alves
2017-02-02
1
-12
/
+6
*
Add back gdb_pretty_print_insn
Pedro Alves
2017-02-02
1
-32
/
+22
*
Remove unused file_string parameter in gdb_disassembly
Simon Marchi
2017-02-01
1
-1
/
+1
*
Don't throw exception in dis_asm_memory_error
Yao Qi
2017-01-26
1
-2
/
+11
*
Refactor disassembly code
Yao Qi
2017-01-26
1
-72
/
+85
*
New function null_stream
Yao Qi
2017-01-26
1
-16
/
+1
*
Remove make_cleanup_htab_delete
Tom Tromey
2017-01-10
1
-10
/
+4
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
Class-ify ui_out
Simon Marchi
2016-12-22
1
-26
/
+25
*
gdb: Use std::min and std::max throughout
Pedro Alves
2016-09-16
1
-1
/
+2
*
Remove some variables but call functions for side effects
Tom Tromey
2016-07-14
1
-3
/
+1
*
remove trivialy unused variables
Trevor Saunders
2016-05-07
1
-6
/
+0
*
gdb: Small cleanup to disasm.c:maybe_add_dis_line_entry
Andrew Burgess
2016-01-21
1
-4
/
+3
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Type-safe wrapper for enum flags
Pedro Alves
2015-11-17
1
-2
/
+2
*
disasm: add struct disasm_insn to describe to-be-disassembled instruction
Markus Metzger
2015-11-04
1
-9
/
+40
*
disasm: split dump_insns
Markus Metzger
2015-11-04
1
-77
/
+96
*
target_read_memory&co: no longer return target_xfer_status
Pedro Alves
2015-10-27
1
-6
/
+6
*
Add some more casts (1/2)
Simon Marchi
2015-09-25
1
-7
/
+7
*
New /s modifier for the disassemble command.
Doug Evans
2015-08-14
1
-30
/
+374
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated.
Doug Evans
2014-11-18
1
-4
/
+4
[next]