2017-06-14 |
Pedro Alves | Introduce gdb::byte_vector, add allocator that default... |
tree | commitdiff |
2017-06-07 |
Pedro Alves | Introduce compiled_regex, eliminate make_regfree_cleanup |
tree | commitdiff |
2017-05-17 |
Yao Qi | Add alias command to cmd_list_element |
tree | commitdiff |
2017-04-22 |
Tom Tromey | Use ui_out_emit_tuple |
tree | commitdiff |
2017-04-12 |
Tom Tromey | Use scoped_restore in more places |
tree | commitdiff |
2017-04-12 |
Tom Tromey | Introduce command_line_up |
tree | commitdiff |
2017-04-12 |
Tom Tromey | Introduce event_location_up |
tree | commitdiff |
2017-04-05 |
Pedro Alves | -Wwrite-strings: The Rest |
tree | commitdiff |
2017-04-05 |
Pedro Alves | -Wwrite-strings: Some constification in gdb/breakpoint.c |
tree | commitdiff |
2017-04-05 |
Pedro Alves | -Wwrite-strings: Constify shell_escape and plug make_co... |
tree | commitdiff |
2017-02-08 |
Jerome Guitton | Command abbreviation in define |
tree | commitdiff |
2017-02-08 |
Jerome Guitton | Command names: make them case sensitive |
tree | commitdiff |
2017-02-03 |
Pedro Alves | C++-fy struct interp/cli_interp/tui_interp/mi_interp |
tree | commitdiff |
2017-02-02 |
Pedro Alves | Move "tee" building down to interpreter::set_logging_proc |
tree | commitdiff |
2017-02-02 |
Pedro Alves | Fix "-gdb-set logging redirect on" crash |
tree | commitdiff |
2017-02-02 |
Pedro Alves | Eliminate make_cleanup_ui_file_delete / make ui_file... |
tree | commitdiff |
2017-02-02 |
Simon Marchi | Remove unused file_string parameter in gdb_disassembly |
tree | commitdiff |
2017-01-11 |
Simon Marchi | Fix typo in lookup_cmd_1 comment |
tree | commitdiff |
2017-01-11 |
Tom Tromey | Use class to manage BFD reference counts |
tree | commitdiff |
2017-01-10 |
Simon Marchi | Change return type of ui_out redirect to void |
tree | commitdiff |
2017-01-01 |
Joel Brobecker | update copyright year range in GDB files |
tree | commitdiff |
2016-12-22 |
Simon Marchi | Class-ify ui_out |
tree | commitdiff |
2016-12-02 |
Pedro Alves | Support an "unlimited" number of user-defined arguments |
tree | commitdiff |
2016-12-02 |
Pedro Alves | Fix PR 20559 - "eval" command and $arg0...$arg9/$argc... |
tree | commitdiff |
2016-11-15 |
Pedro Alves | gdb::{unique_ptr,move} -> std::{unique_ptr,move} |
tree | commitdiff |
2016-11-08 |
Pedro Alves | Use ui_file_as_string in gdb/cli/cli-setshow.c |
tree | commitdiff |
2016-11-08 |
Pedro Alves | 'struct expression *' -> gdb::unique_xmalloc_ptr<expres... |
tree | commitdiff |
2016-11-08 |
Pedro Alves | cli-script.c: Simplify using std::string, eliminate... |
tree | commitdiff |
2016-11-08 |
Pedro Alves | cli/cli-script.c: Remove some dead NULL checks |
tree | commitdiff |
2016-10-21 |
Tom Tromey | Replace two xmallocs with unique_ptr |
tree | commitdiff |
2016-10-21 |
Tom Tromey | Remove make_cleanup_restore_current_ui |
tree | commitdiff |
2016-10-21 |
Tom Tromey | Use RAII to save and restore scalars |
tree | commitdiff |
2016-10-13 |
Pedro Alves | Convert tid_range_parser and get_number_or_range to... |
tree | commitdiff |
2016-10-03 |
Antoine Tremblay | Emit inferior, thread and frame selection events to... |
tree | commitdiff |
2016-09-23 |
Tom Tromey | Use std::string rather than dyn-string |
tree | commitdiff |
2016-09-21 |
Tom Tromey | PR gdb/20604 - fix "quit" when an invalid expression... |
tree | commitdiff |
2016-09-16 |
Pedro Alves | gdb: Use std::min and std::max throughout |
tree | commitdiff |
2016-06-21 |
Pedro Alves | Make stdin be per UI |
tree | commitdiff |
2016-06-21 |
Pedro Alves | Only send sync execution command output to the UI that... |
tree | commitdiff |
2016-06-21 |
Pedro Alves | Push thread->control.command_interp to the struct threa... |
tree | commitdiff |
2016-06-21 |
Pedro Alves | New function should_print_stop_to_console |
tree | commitdiff |
2016-06-21 |
Pedro Alves | Simplify starting the command event loop |
tree | commitdiff |
2016-06-21 |
Pedro Alves | Make command line editing (use of readline) be per UI |
tree | commitdiff |
2016-06-21 |
Pedro Alves | Make instream be per UI |
tree | commitdiff |
2016-06-21 |
Pedro Alves | Make the intepreters output to all UIs |
tree | commitdiff |
2016-06-21 |
Pedro Alves | Introduce interpreter factories |
tree | commitdiff |
2016-06-21 |
Pedro Alves | Make the interpreters be per UI |
tree | commitdiff |
2016-04-28 |
Simon Marchi | Don't show deprecated commands in help |
tree | commitdiff |
2016-04-14 |
Pedro Alves | Avoid "format not a string literal" warnings |
tree | commitdiff |
2016-04-04 |
Simon Marchi | Obvious function doc and formatting |
tree | commitdiff |
2016-01-19 |
Pedro Alves | Limit breakpoint re-set to the current program space |
tree | commitdiff |
2016-01-15 |
Pedro Alves | Star wildcard ranges (e.g., "info thread 2.*") |
tree | commitdiff |
2016-01-13 |
Pedro Alves | Per-inferior/Inferior-qualified thread IDs |
tree | commitdiff |
2016-01-01 |
Joel Brobecker | GDB copyright headers update after running GDB's copyri... |
tree | commitdiff |
2015-12-11 |
Andrew Burgess | gdb: Extend help text for 'list' command. |
tree | commitdiff |
2015-12-11 |
Andrew Burgess | gdb: Add an error when 'list -' reaches the start of... |
tree | commitdiff |
2015-12-11 |
Andrew Burgess | gdb: 'list' command, tweak handling of +/- arguments. |
tree | commitdiff |
2015-12-11 |
Andrew Burgess | gdb: Small code restructure for list_command. |
tree | commitdiff |
2015-12-11 |
Andrew Burgess | gdb: Use NULL instead of 0 for pointer comparison. |
tree | commitdiff |
2015-11-11 |
Andrew Burgess | gdb: Use class_info when creating info commands. |
tree | commitdiff |
2015-10-26 |
Doug Evans | PR python/18938: source -s foo.py with foo.py a symlink... |
tree | commitdiff |
2015-10-25 |
Simon Marchi | cli-setshow.c: Constify variable |
tree | commitdiff |
2015-10-13 |
Pedro Alves | More char constification |
tree | commitdiff |
2015-10-09 |
Simon Marchi | Change some void* to gdb_byte* |
tree | commitdiff |
2015-10-06 |
Pitchumani Sivanupandi | parse load_offset (bias) of restore command as long |
tree | commitdiff |
2015-09-28 |
Simon Marchi | cli-script.c: Fix read_next_line's comment |
tree | commitdiff |
2015-09-25 |
Simon Marchi | Add some more casts (1/2) |
tree | commitdiff |
2015-09-25 |
Simon Marchi | Add casts to memory allocation related calls |
tree | commitdiff |
2015-09-21 |
Simon Marchi | Add two missing consts |
tree | commitdiff |
2015-09-09 |
Pedro Alves | Replace "struct continuation" mechanism by something... |
tree | commitdiff |
2015-09-04 |
Andrew Burgess | gdb/cli: Remove casts of NULL during assignment. |
tree | commitdiff |
2015-08-26 |
Simon Marchi | Replace some xmalloc-family functions with XNEW-family... |
tree | commitdiff |
2015-08-18 |
Doug Evans | PR mi/18833 gdb.execute ("set param value", to_string... |
tree | commitdiff |
2015-08-15 |
Doug Evans | New /s modifier for the disassemble command. |
tree | commitdiff |
2015-08-12 |
Keith Seitz | Explicit locations: use new location API |
tree | commitdiff |
2015-07-31 |
Simon Marchi | Mostly trivial enum fixes |
tree | commitdiff |
2015-06-15 |
Jan Kratochvil | Move utility functions to common/ |
tree | commitdiff |
2015-05-16 |
Jan Kratochvil | compile: Distribute scope, add scope_data |
tree | commitdiff |
2015-04-24 |
Andrew Burgess | gdb: Add internationalization support to a few strings. |
tree | commitdiff |
2015-04-24 |
Andrew Burgess | gdb: Add support for dumping to verilog hex format. |
tree | commitdiff |
2015-04-11 |
Jan Kratochvil | Remove --xdb |
tree | commitdiff |
2015-03-07 |
Pedro Alves | Split TRY_CATCH into TRY + CATCH |
tree | commitdiff |
2015-03-07 |
Pedro Alves | Normalize TRY_CATCH exception handling block |
tree | commitdiff |
2015-03-06 |
Gary Benson | New common function "startswith" |
tree | commitdiff |
2015-02-27 |
Pedro Alves | C++ keyword cleanliness, mostly auto-generated |
tree | commitdiff |
2015-01-31 |
Gary Benson | Add max-completions parameter, and implement tab-comple... |
tree | commitdiff |
2015-01-01 |
Joel Brobecker | Update year range in copyright notice of all files... |
tree | commitdiff |
2014-12-12 |
Tom Tromey | the "compile" command |
tree | commitdiff |
2014-11-18 |
Doug Evans | SYMTAB_DIRNAME: New macro. |
tree | commitdiff |
2014-11-18 |
Doug Evans | SYMTAB_OBJFILE: New macro. |
tree | commitdiff |
2014-10-08 |
Gary Benson | Remove spurious exceptions.h inclusions |
tree | commitdiff |
2014-09-07 |
Gabriel Krisman... | Fix PR gdb/17035: "show user" doesn't list user-defined... |
tree | commitdiff |
2014-09-03 |
Sergio Durigan Junior | PR python/16699: GDB Python command completion with... |
tree | commitdiff |
2014-08-07 |
Gary Benson | Include string.h in common-defs.h |
tree | commitdiff |
2014-08-07 |
Gary Benson | Include gdb_assert.h in common-defs.h |
tree | commitdiff |
2014-07-30 |
Tom Tromey | constify some cli-utils stuff |
tree | commitdiff |
2014-07-24 |
Tom Tromey | constify command docs |
tree | commitdiff |
2014-07-24 |
Tom Tromey | constify command prefix |
tree | commitdiff |
2014-07-24 |
Tom Tromey | constify deprecate_cmd |
tree | commitdiff |
2014-07-24 |
Tom Tromey | constify help_cmd |
tree | commitdiff |
next |