projects
/
external
/
binutils.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix crash in "run" on macOS when gdb is not signed
[external/binutils.git]
/
gdb
/
top.c
2018-06-21
Pedro Alves
Use thread_info and inferior pointers more throughout
blob
|
commitdiff
2018-06-05
Tom Tromey
Remove some text from --version output
blob
|
commitdiff
|
diff to current
2018-05-04
Tom Tromey
Make print_command_trace varargs
blob
|
commitdiff
|
diff to current
2018-04-30
Joel Brobecker
[Ada/ravenscar] error during "continue" after task...
blob
|
commitdiff
|
diff to current
2018-03-27
Tom Tromey
Remove cleanups from gdb_readline_wrapper
blob
|
commitdiff
|
diff to current
2018-03-19
Tom Tromey
Convert observers to C++
blob
|
commitdiff
|
diff to current
2018-03-09
Eli Zaretskii
Update "gdb --configuration" with recently added features
blob
|
commitdiff
|
diff to current
2018-01-19
Simon Marchi
Pass inferior down to target_detach and to_detach
blob
|
commitdiff
|
diff to current
2018-01-19
Simon Marchi
Remove args from target detach
blob
|
commitdiff
|
diff to current
2018-01-02
Joel Brobecker
Update copyright year range in all GDB files
blob
|
commitdiff
|
diff to current
2018-01-02
Joel Brobecker
Update copyright year in version message of GDB, GDBser...
blob
|
commitdiff
|
diff to current
2017-12-05
Simon Marchi
Remove some unused variables
blob
|
commitdiff
|
diff to current
2017-11-07
Tom Tromey
Constify execute_command
blob
|
commitdiff
|
diff to current
2017-11-07
Tom Tromey
Constify add_setshow_*
blob
|
commitdiff
|
diff to current
2017-11-07
Tom Tromey
Constify add_com
blob
|
commitdiff
|
diff to current
2017-11-07
Tom Tromey
Add set_repeat_arguments function
blob
|
commitdiff
|
diff to current
2017-11-06
Pedro Alves
Eliminate STOP_SIGNAL, use SIGTSTP directly
blob
|
commitdiff
|
diff to current
2017-10-19
Tom Tromey
Remove cleanups from prepare_execute_command
blob
|
commitdiff
|
diff to current
2017-10-11
Tom Tromey
Constify add_prefix_cmd
blob
|
commitdiff
|
diff to current
2017-10-05
Ulrich Weigand
Clean up includes of doublest.h and floatformat.h
blob
|
commitdiff
|
diff to current
2017-10-03
Tom Tromey
Use std::string in gdb_safe_append_history
blob
|
commitdiff
|
diff to current
2017-10-03
Tom Tromey
Remove make_delete_ui_cleanup
blob
|
commitdiff
|
diff to current
2017-10-03
Tom Tromey
Remove set_batch_flag_and_make_cleanup_restore_page_info
blob
|
commitdiff
|
diff to current
2017-09-27
Tom Tromey
Constify new_ui_command
blob
|
commitdiff
|
diff to current
2017-09-22
Sergio Durigan Junior
Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)"
blob
|
commitdiff
|
diff to current
2017-09-20
Tom Tromey
Remove make_cleanup_restore_target_terminal
blob
|
commitdiff
|
diff to current
2017-09-09
Tom Tromey
Remove make_cleanup_ui_out_redirect_pop
blob
|
commitdiff
|
diff to current
2017-08-03
Tom Tromey
Introduce gdb_argv, a class wrapper for buildargv
blob
|
commitdiff
|
diff to current
2017-08-03
Tom Tromey
Replace do_restore_instream_cleanup with scoped_restore
blob
|
commitdiff
|
diff to current
2017-08-03
Tom Tromey
Remove in_user_command
blob
|
commitdiff
|
diff to current
2017-08-03
Tom Tromey
Change open_terminal_stream to return a gdb_file_up
blob
|
commitdiff
|
diff to current
2017-07-17
Pedro Alves
Introduce class completion_tracker & rewrite completion...
blob
|
commitdiff
|
diff to current
2017-06-07
Sergio Durigan Junior
Move parts of inferior job control to common/
blob
|
commitdiff
|
diff to current
2017-04-05
Pedro Alves
-Wwrite-strings: The Rest
blob
|
commitdiff
|
diff to current
2017-04-05
Pedro Alves
-Wwrite-strings: Constify word break character arrays
blob
|
commitdiff
|
diff to current
2017-03-08
Pedro Alves
Fix PR 21218: GDB dumps core when escaping newline...
blob
|
commitdiff
|
diff to current
2017-02-02
Pedro Alves
Eliminate make_cleanup_ui_file_delete / make ui_file...
blob
|
commitdiff
|
diff to current
2017-01-11
Tom Tromey
Remove cleanups from execute_gdb_command
blob
|
commitdiff
|
diff to current
2017-01-10
Simon Marchi
Change return type of ui_out redirect to void
blob
|
commitdiff
|
diff to current
2017-01-01
Joel Brobecker
update copyright year range in GDB files
blob
|
commitdiff
|
diff to current
2016-12-22
Simon Marchi
Class-ify ui_out
blob
|
commitdiff
|
diff to current
2016-11-08
Pedro Alves
Use ui_file_as_string in gdb/top.c
blob
|
commitdiff
|
diff to current
2016-11-08
Pedro Alves
Use ui_file_as_string in execute_command_to_string
blob
|
commitdiff
|
diff to current
2016-10-25
Rainer Orth
Fix gdb C++ compilation on Solaris (PR build/20712)
blob
|
commitdiff
|
diff to current
2016-10-21
Tom Tromey
Use scoped_restore for current_ui
blob
|
commitdiff
|
diff to current
2016-10-21
Tom Tromey
Use scoped_restore for ui_file
blob
|
commitdiff
|
diff to current
2016-10-21
Tom Tromey
Use RAII to save and restore scalars
blob
|
commitdiff
|
diff to current
2016-09-21
Tom Tromey
PR gdb/20604 - fix "quit" when an invalid expression...
blob
|
commitdiff
|
diff to current
2016-09-06
Pedro Alves
new-ui command: gdb internal errors if input is already...
blob
|
commitdiff
|
diff to current
2016-09-06
Pedro Alves
Introduce make_cleanup_restore_current_ui
blob
|
commitdiff
|
diff to current
2016-08-23
Pedro Alves
Fix PR20494 - User input stops being echoed in CLI
blob
|
commitdiff
|
diff to current
2016-07-25
Simon Marchi
Handle correctly passing a bad interpreter name to...
blob
|
commitdiff
|
diff to current
2016-07-21
Pedro Alves
Fix djgpp gdb build
blob
|
commitdiff
|
diff to current
2016-06-21
Pedro Alves
Add new command to create extra console/mi UIs
blob
|
commitdiff
|
diff to current
2016-06-21
Pedro Alves
Make stdin be per UI
blob
|
commitdiff
|
diff to current
2016-06-21
Pedro Alves
Handle UI's terminal closing
blob
|
commitdiff
|
diff to current
2016-06-21
Pedro Alves
Make main_ui be heap allocated
blob
|
commitdiff
|
diff to current
2016-06-21
Pedro Alves
Replace the sync_execution global with a new enum promp...
blob
|
commitdiff
|
diff to current
2016-06-21
Pedro Alves
Make gdb_in_secondary_prompt_p() be per UI
blob
|
commitdiff
|
diff to current
2016-06-21
Pedro Alves
Make command line editing (use of readline) be per UI
blob
|
commitdiff
|
diff to current
2016-06-21
Pedro Alves
Make current_ui_out be per UI
blob
|
commitdiff
|
diff to current
2016-06-21
Pedro Alves
Make instream be per UI
blob
|
commitdiff
|
diff to current
2016-06-21
Pedro Alves
Make the interpreters be per UI
blob
|
commitdiff
|
diff to current
2016-06-21
Pedro Alves
Make gdb_stdout&co be per UI
blob
|
commitdiff
|
diff to current
2016-06-21
Pedro Alves
Introduce "struct ui"
blob
|
commitdiff
|
diff to current
2016-04-12
Pedro Alves
Introduce interruptible_select
blob
|
commitdiff
|
diff to current
2016-04-12
Pedro Alves
Inline command_loop in read_command_line
blob
|
commitdiff
|
diff to current
2016-04-12
Pedro Alves
Don't rely on immediate_quit in command_line_input
blob
|
commitdiff
|
diff to current
2016-03-09
Pedro Alves
Command line input handling TLC
blob
|
commitdiff
|
diff to current
2016-03-09
Pedro Alves
Simplify saved_command_line handling
blob
|
commitdiff
|
diff to current
2016-03-09
Pedro Alves
Use struct buffer in gdb_readline_no_editing
blob
|
commitdiff
|
diff to current
2016-03-09
Pedro Alves
gdb_readline -> gdb_readline_no_editing
blob
|
commitdiff
|
diff to current
2016-03-09
Pedro Alves
Eliminate async_annotation_suffix
blob
|
commitdiff
|
diff to current
2016-03-09
Pedro Alves
Garbage collect window_hook
blob
|
commitdiff
|
diff to current
2016-01-01
Joel Brobecker
GDB copyright headers update after running GDB's copyri...
blob
|
commitdiff
|
diff to current
2016-01-01
Joel Brobecker
update copyright year printed by GDB, GDBserver and...
blob
|
commitdiff
|
diff to current
2015-12-19
Sandra Loosemore
Reset pagination counts even when stdin is not a tty.
blob
|
commitdiff
|
diff to current
2015-09-25
Simon Marchi
Add some more casts (2/2)
blob
|
commitdiff
|
diff to current
2015-09-25
Simon Marchi
Add casts to memory allocation related calls
blob
|
commitdiff
|
diff to current
2015-09-09
Pedro Alves
Merge async and sync code paths some more
blob
|
commitdiff
|
diff to current
2015-08-26
Simon Marchi
Replace some xmalloc-family functions with XNEW-family...
blob
|
commitdiff
|
diff to current
2015-08-21
Patrick Palka
tui: don't overwrite a secondary prompt that was given...
blob
|
commitdiff
|
diff to current
2015-08-07
Andrew Burgess
gdb: Move get_frame_language from stack.c to frame.c.
blob
|
commitdiff
|
diff to current
2015-08-07
Andrew Burgess
gdb: get_frame_language now takes a frame parameter.
blob
|
commitdiff
|
diff to current
2015-07-29
Patrick Palka
Make sure terminal settings are restored before exiting
blob
|
commitdiff
|
diff to current
2015-07-08
Patrick Palka
tui: replace deprecated_register_changed_hook with...
blob
|
commitdiff
|
diff to current
2015-06-26
Patrick Palka
Add option to remove duplicate command history entries
blob
|
commitdiff
|
diff to current
2015-06-23
Patrick Palka
Fix GDBHISTSIZE test failure on i686
blob
|
commitdiff
|
diff to current
2015-06-17
Patrick Palka
Tweak the handling of $GDBHISTSIZE edge cases [PR gdb...
blob
|
commitdiff
|
diff to current
2015-06-17
Patrick Palka
Read $GDBHISTSIZE instead of $HISTSIZE
blob
|
commitdiff
|
diff to current
2015-06-17
Patrick Palka
Don't truncate the history file when history size is...
blob
|
commitdiff
|
diff to current
2015-05-13
Patrick Palka
Fix PR gdb/17820
blob
|
commitdiff
|
diff to current
2015-05-06
Joel Brobecker
Get rid of deprecated_init_ui_hook
blob
|
commitdiff
|
diff to current
2015-04-28
Patrick Palka
Disable readline's SIGWINCH handler
blob
|
commitdiff
|
diff to current
2015-03-31
H.J. Lu
Add --with-system-zlib in gdb
blob
|
commitdiff
|
diff to current
2015-03-25
Pedro Alves
Simplify target_async hook interface
blob
|
commitdiff
|
diff to current
2015-03-07
Pedro Alves
Split TRY_CATCH into TRY + CATCH
blob
|
commitdiff
|
diff to current
2015-03-07
Tom Tromey
quit_force: Replace TRY_CATCH wrapper macros
blob
|
commitdiff
|
diff to current
2015-02-27
Pedro Alves
C++ keyword cleanliness, mostly auto-generated
blob
|
commitdiff
|
diff to current
2015-02-03
Pedro Alves
Simplify event-loop core, remove two-step event processing
blob
|
commitdiff
|
diff to current
next