aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clear non-significant bits of address on memory accessYao Qi2017-12-081-0/+3
* Breakpoints in symbols with ABI tags (PR c++/19436)Pedro Alves2017-11-291-6/+10
* Make strcmp_iw NOT ignore whitespace in the middle of tokensPedro Alves2017-11-241-4/+14
* Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves2017-11-081-0/+23
* Remove unnecessary parentheses in declarationsEgeyar Bagcioglu2017-10-111-2/+2
* Remove make_cleanup_value_freeTom Tromey2017-10-081-1/+0
* Remove set_batch_flag_and_make_cleanup_restore_page_infoTom Tromey2017-10-031-6/+21
* Move GDB producer parsing routines to a separate fileWalfred Tedeschi2017-09-261-3/+0
* Remove make_cleanup_ui_out_redirect_popTom Tromey2017-09-091-4/+0
* Remove make_cleanup_clear_parser_stateTom Tromey2017-09-061-4/+0
* Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey2017-08-221-1/+1
* Change gdb_realpath_keepfile to return a unique_xmalloc_ptrTom Tromey2017-08-221-1/+1
* Change gdb_abspath to return a unique_xmalloc_ptrTom Tromey2017-08-221-1/+1
* Add namespace std to nullptr_tYao Qi2017-08-041-2/+2
* Remove make_cleanup_freeargv and gdb_buildargvTom Tromey2017-08-031-4/+0
* Introduce gdb_argv, a class wrapper for buildargvTom Tromey2017-08-031-0/+118
* Remove make_cleanup_free_soTom Tromey2017-08-031-3/+0
* Remove make_cleanup_restore_current_languageTom Tromey2017-08-031-2/+0
* Remove make_cleanup_fcloseTom Tromey2017-08-031-2/+0
* Make language_def O(1)Pedro Alves2017-07-201-0/+8
* Introduce strncmp_iwPedro Alves2017-07-171-1/+18
* Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves2017-06-271-3/+0
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* -Wwrite-strings: Constify warning_pre_printPedro Alves2017-04-051-1/+1
* gdb: Make ldirname return a std::stringPedro Alves2017-03-271-1/+1
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-7/+1
* New function null_streamYao Qi2017-01-261-0/+3
* Use class to manage BFD reference countsTom Tromey2017-01-101-2/+0
* Remove make_cleanup_htab_deleteTom Tromey2017-01-101-2/+0
* Introduce htab_up and use gdbpy_enter in py-framefilter.cTom Tromey2017-01-101-0/+12
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Constify wrap_here/wrap_hint code pathSimon Marchi2016-11-261-1/+1
* gdb: Use C++11 std::chronoPedro Alves2016-11-231-1/+2
* Use scoped_restore for ui_fileTom Tromey2016-10-211-3/+0
* Use RAII to save and restore scalarsTom Tromey2016-10-211-0/+1
* Use std::string rather than dyn-stringTom Tromey2016-09-231-3/+0
* Introduce cleanup to restore current_uioutSimon Marchi2016-09-161-3/+0
* Make gdb_stdout&co be per UIPedro Alves2016-06-211-5/+14
* python: Use console format for output of gdb.execute commandCatalin Udma2016-03-311-0/+3
* Extend "skip" command to support -file, -gfile, -function, -rfunction.Doug Evans2016-02-231-0/+4
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Make host_address_to_string/gdb_print_host_address cast parameter to 'void *'Pedro Alves2015-10-271-1/+5
* Move utility functions to common/Jan Kratochvil2015-06-151-2/+0
* Move make_cleanup_close to common codeGary Benson2015-06-101-1/+1
* Introduce function for directly updating GDB's screen dimensionsPatrick Palka2015-04-281-0/+4
* Remove use of stdbool.h in GDB sources.Joel Brobecker2015-03-021-3/+1
* Change producer_is_gcc function return type to bool.Mark Wielaard2015-02-101-1/+3
* Merge GCC producer parsers. Allow digits in identifiers.Mark Wielaard2015-01-291-0/+1
* Move safe_strerror to common/Sergio Durigan Junior2015-01-151-3/+0
* always read synthetic pointers as signed integersYao Qi2015-01-081-5/+0