Age | Commit message (Expand) | Author | Files | Lines |
2017-12-08 | Clear non-significant bits of address on memory access | Yao Qi | 1 | -0/+3 |
2017-11-29 | Breakpoints in symbols with ABI tags (PR c++/19436) | Pedro Alves | 1 | -6/+10 |
2017-11-24 | Make strcmp_iw NOT ignore whitespace in the middle of tokens | Pedro Alves | 1 | -4/+14 |
2017-11-08 | Introduce lookup_name_info and generalize Ada's FULL/WILD name matching | Pedro Alves | 1 | -0/+23 |
2017-10-11 | Remove unnecessary parentheses in declarations | Egeyar Bagcioglu | 1 | -2/+2 |
2017-10-08 | Remove make_cleanup_value_free | Tom Tromey | 1 | -1/+0 |
2017-10-03 | Remove set_batch_flag_and_make_cleanup_restore_page_info | Tom Tromey | 1 | -6/+21 |
2017-09-26 | Move GDB producer parsing routines to a separate file | Walfred Tedeschi | 1 | -3/+0 |
2017-09-09 | Remove make_cleanup_ui_out_redirect_pop | Tom Tromey | 1 | -4/+0 |
2017-09-06 | Remove make_cleanup_clear_parser_state | Tom Tromey | 1 | -4/+0 |
2017-08-22 | Change gdb_realpath to return a unique_xmalloc_ptr | Tom Tromey | 1 | -1/+1 |
2017-08-22 | Change gdb_realpath_keepfile to return a unique_xmalloc_ptr | Tom Tromey | 1 | -1/+1 |
2017-08-22 | Change gdb_abspath to return a unique_xmalloc_ptr | Tom Tromey | 1 | -1/+1 |
2017-08-04 | Add namespace std to nullptr_t | Yao Qi | 1 | -2/+2 |
2017-08-03 | Remove make_cleanup_freeargv and gdb_buildargv | Tom Tromey | 1 | -4/+0 |
2017-08-03 | Introduce gdb_argv, a class wrapper for buildargv | Tom Tromey | 1 | -0/+118 |
2017-08-03 | Remove make_cleanup_free_so | Tom Tromey | 1 | -3/+0 |
2017-08-03 | Remove make_cleanup_restore_current_language | Tom Tromey | 1 | -2/+0 |
2017-08-03 | Remove make_cleanup_fclose | Tom Tromey | 1 | -2/+0 |
2017-07-20 | Make language_def O(1) | Pedro Alves | 1 | -0/+8 |
2017-07-17 | Introduce strncmp_iw | Pedro Alves | 1 | -1/+18 |
2017-06-27 | Eliminate make_cleanup_obstack_free, introduce auto_obstack | Pedro Alves | 1 | -3/+0 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |
2017-04-05 | -Wwrite-strings: Constify warning_pre_print | Pedro Alves | 1 | -1/+1 |
2017-03-27 | gdb: Make ldirname return a std::string | Pedro Alves | 1 | -1/+1 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -7/+1 |
2017-01-26 | New function null_stream | Yao Qi | 1 | -0/+3 |
2017-01-10 | Use class to manage BFD reference counts | Tom Tromey | 1 | -2/+0 |
2017-01-10 | Remove make_cleanup_htab_delete | Tom Tromey | 1 | -2/+0 |
2017-01-10 | Introduce htab_up and use gdbpy_enter in py-framefilter.c | Tom Tromey | 1 | -0/+12 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-26 | Constify wrap_here/wrap_hint code path | Simon Marchi | 1 | -1/+1 |
2016-11-23 | gdb: Use C++11 std::chrono | Pedro Alves | 1 | -1/+2 |
2016-10-21 | Use scoped_restore for ui_file | Tom Tromey | 1 | -3/+0 |
2016-10-21 | Use RAII to save and restore scalars | Tom Tromey | 1 | -0/+1 |
2016-09-23 | Use std::string rather than dyn-string | Tom Tromey | 1 | -3/+0 |
2016-09-16 | Introduce cleanup to restore current_uiout | Simon Marchi | 1 | -3/+0 |
2016-06-21 | Make gdb_stdout&co be per UI | Pedro Alves | 1 | -5/+14 |
2016-03-31 | python: Use console format for output of gdb.execute command | Catalin Udma | 1 | -0/+3 |
2016-02-23 | Extend "skip" command to support -file, -gfile, -function, -rfunction. | Doug Evans | 1 | -0/+4 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-27 | Make host_address_to_string/gdb_print_host_address cast parameter to 'void *' | Pedro Alves | 1 | -1/+5 |
2015-06-15 | Move utility functions to common/ | Jan Kratochvil | 1 | -2/+0 |
2015-06-10 | Move make_cleanup_close to common code | Gary Benson | 1 | -1/+1 |
2015-04-28 | Introduce function for directly updating GDB's screen dimensions | Patrick Palka | 1 | -0/+4 |
2015-03-02 | Remove use of stdbool.h in GDB sources. | Joel Brobecker | 1 | -3/+1 |
2015-02-10 | Change producer_is_gcc function return type to bool. | Mark Wielaard | 1 | -1/+3 |
2015-01-29 | Merge GCC producer parsers. Allow digits in identifiers. | Mark Wielaard | 1 | -0/+1 |
2015-01-15 | Move safe_strerror to common/ | Sergio Durigan Junior | 1 | -3/+0 |
2015-01-08 | always read synthetic pointers as signed integers | Yao Qi | 1 | -5/+0 |