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
/
mi
/
mi-main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[gdb/contrib] Add two rules in common-misspellings.txt
Tom de Vries
2024-11-23
1
-1
/
+1
*
Add another constructor to scoped_restore_current_language
Tom Tromey
2024-08-15
1
-4
/
+1
*
gdb: make progspace::exec_filename private, add getter / setter
Simon Marchi
2024-06-07
1
-5
/
+2
*
gdb: remove gdbcmd.h
Simon Marchi
2024-04-25
1
-1
/
+1
*
gdb: move store/extract integer functions to extract-store-integer.{c,h}
Simon Marchi
2024-04-22
1
-0
/
+1
*
gdb, gdbserver, gdbsupport: remove includes of early headers
Simon Marchi
2024-03-26
1
-1
/
+0
*
gdb: pass frames as `const frame_info_ptr &`
Simon Marchi
2024-02-20
1
-2
/
+2
*
Update copyright year range in header of all files managed by GDB
Andrew Burgess
2024-01-12
1
-1
/
+1
*
gdb: change value_of_register and value_of_register_lazy to take the next frame
Simon Marchi
2023-12-14
1
-1
/
+2
*
gdb: Replace gdb::optional with std::optional
Lancelot Six
2023-11-21
1
-6
/
+6
*
gdb: Use C++17's std::make_unique instead of gdb::make_unique
Lancelot Six
2023-11-21
1
-1
/
+1
*
gdb: remove get_current_regcache
Simon Marchi
2023-11-17
1
-2
/
+1
*
gdb: remove target_gdbarch
Simon Marchi
2023-10-10
1
-1
/
+1
*
Remove explanatory comments from includes
Tom Tromey
2023-09-20
1
-1
/
+1
*
gdb/mi: make current_token a field of mi_interp
Simon Marchi
2023-09-07
1
-11
/
+16
*
gdb: remove mi_parse::make functions
Andrew Burgess
2023-08-23
1
-1
/
+1
*
gdb: have mi_out_new return std::unique_ptr
Andrew Burgess
2023-08-23
1
-1
/
+1
*
gdb: add inferior-specific breakpoints
Andrew Burgess
2023-08-17
1
-2
/
+16
*
Remove unchecked casts to mi_interp
Tom Tromey
2023-07-07
1
-18
/
+30
*
Use unique_xmalloc_ptr for mi_parse::command
Tom Tromey
2023-06-20
1
-4
/
+5
*
Use std::string for MI token
Tom Tromey
2023-06-20
1
-11
/
+10
*
gdb: add interp::on_user_selected_context_changed method
Simon Marchi
2023-05-30
1
-1
/
+1
*
gdb/mi: fix ^running record with multiple MI interpreters
Simon Marchi
2023-05-29
1
-10
/
+4
*
Make MI commands const-correct
Tom Tromey
2023-05-25
1
-63
/
+83
*
Implement gdb.execute_mi
Tom Tromey
2023-05-23
1
-0
/
+15
*
Introduce "static constructor" for mi_parse
Tom Tromey
2023-05-23
1
-1
/
+1
*
Use accessor for mi_parse::args
Tom Tromey
2023-05-23
1
-1
/
+1
*
Don't treat references to compound values as "simple".
Gareth Rees
2023-05-04
1
-5
/
+2
*
gdb: move struct ui and related things to ui.{c,h}
Simon Marchi
2023-05-01
1
-0
/
+1
*
Remove evaluate_type
Tom Tromey
2023-05-01
1
-1
/
+1
*
Remove evaluate_expression
Tom Tromey
2023-05-01
1
-2
/
+2
*
QUIT processing w/ explicit throw for gdb_exception_forced_quit
Kevin Buettner
2023-02-27
1
-0
/
+4
*
Turn many optimized-out value functions into methods
Tom Tromey
2023-02-13
1
-1
/
+1
*
Turn value_contents_eq into a method
Tom Tromey
2023-02-13
1
-2
/
+2
*
Turn value_type into method
Tom Tromey
2023-02-13
1
-2
/
+2
*
Update copyright year range in header of all files managed by GDB
Joel Brobecker
2023-01-01
1
-1
/
+1
*
Use bool constants for value_print_options
Tom Tromey
2022-12-19
1
-4
/
+4
*
Remove MI version 1
Tom Tromey
2022-12-19
1
-1
/
+0
*
gdb: remove spurious spaces after frame_info_ptr
Simon Marchi
2022-10-25
1
-1
/
+1
*
Change GDB to use frame_info_ptr
Tom Tromey
2022-10-10
1
-5
/
+5
*
Remove frame_id_eq
Tom Tromey
2022-10-10
1
-1
/
+1
*
gdb: update now gdbarch_register_name doesn't return nullptr
Andrew Burgess
2022-10-02
1
-14
/
+6
*
gdb/mi: fix breakpoint script field output
Simon Marchi
2022-08-10
1
-1
/
+10
*
Move mi_interpreter to mi-interp.h
Tom Tromey
2022-06-22
1
-1
/
+1
*
Unify gdb printf functions
Tom Tromey
2022-03-29
1
-10
/
+10
*
Unify gdb puts functions
Tom Tromey
2022-03-29
1
-21
/
+21
*
gdb/mi: fix use after free of frame_info causing spurious notifications
Andrew Burgess
2022-03-29
1
-10
/
+34
*
gdb/mi: consistently notify user when GDB/MI client uses -thread-select
Jan Vrany
2022-03-16
1
-9
/
+42
*
gdb/mi: preserve user selected thread and frame when invoking MI commands
Jan Vrany
2022-03-08
1
-63
/
+11
*
gdb/mi: add --no-connection to MI -add-inferior command
Andrew Burgess
2022-03-07
1
-5
/
+40
[next]