Age | Commit message (Expand) | Author | Files | Lines |
2018-02-14 | Remove references to ada_name_for_lookup (deleted) | Joel Brobecker | 1 | -2/+0 |
2018-01-31 | (Ada) C++fy conditional string when catching exception. | Xavier Roirand | 1 | -2/+2 |
2018-01-03 | (Ada) New command to stop at start of exception handler. | Xavier Roirand | 1 | -1/+2 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-21 | problem debugging ravenscar programs if runtime is stripped | Joel Brobecker | 1 | -0/+2 |
2017-11-21 | Add multiple-CPU support in ravenscar-thread.c | Joel Brobecker | 1 | -0/+2 |
2017-11-21 | Provide the "Base CPU" in output of "info task" (if set by runtime). | Joel Brobecker | 1 | -0/+6 |
2017-11-06 | Target FP: Perform Ada fixed-point scaling in target format | Ulrich Weigand | 1 | -4/+2 |
2017-10-02 | Fix GDB build with G++ 4.8 | Pedro Alves | 1 | -2/+2 |
2017-09-29 | Use a std::vector for ada_exceptions_list | Tom Tromey | 1 | -4/+5 |
2017-07-20 | get_int_var_value | Pedro Alves | 1 | -1/+1 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -4/+4 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-08 | Remove parameter valaddr from la_val_print | Yao Qi | 1 | -2/+2 |
2016-11-08 | Use ui_file_as_string throughout more | Pedro Alves | 1 | -1/+1 |
2016-04-22 | Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc) | Pedro Alves | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-27 | ada-lang.h: Add cast in GROW_VECT | Simon Marchi | 1 | -1/+1 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -16/+6 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-13 | Internal error trying to print uninitialized string. | Joel Brobecker | 1 | -0/+2 |
2014-10-17 | Delete Tru64 support | Pedro Alves | 1 | -5/+1 |
2014-03-27 | Remove `expout*' globals from parser-defs.h | Sergio Durigan Junior | 1 | -1/+2 |
2014-01-31 | Delete ada-lang.h::clear_ada_sym_cache (nonexistant function). | Joel Brobecker | 1 | -2/+0 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-12 | Add command to list Ada exceptions | Joel Brobecker | 1 | -0/+16 |
2013-10-11 | New GDB/MI commands to catch Ada exceptions | Joel Brobecker | 1 | -0/+15 |
2013-08-05 | remove msymbol_objfile | Tom Tromey | 1 | -1/+1 |
2013-03-05 | * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents | Doug Evans | 1 | -2/+1 |
2013-01-24 | * ada-lang.h (ada_decode_symbol): Make return type const. | Tom Tromey | 1 | -1/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-12-03 | * ada-exp.y (write_object_renaming, write_var_or_type) | Tom Tromey | 1 | -2/+2 |
2012-11-29 | Full view of interface-wide types | Jerome Guitton | 1 | -0/+2 |
2012-11-12 | * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags | Tom Tromey | 1 | -1/+2 |
2012-10-24 | [Ada] Skip unwind-seh.c when searching first "user" frame | Joel Brobecker | 1 | -0/+1 |
2012-03-29 | Make ada_lookup_encoded_symbol "return" a struct ada_symbol_info | Joel Brobecker | 1 | -3/+3 |
2012-03-29 | [Ada] struct ada_symbol_info minor reformatting & doc update. | Joel Brobecker | 1 | -5/+9 |
2012-03-01 | * valprint.c (val_print): Update. | Tom Tromey | 1 | -4/+4 |
2012-03-01 | * value.h (value_print): Return void. | Tom Tromey | 1 | -2/+2 |
2012-02-29 | ada-lang.c:ada_find_renaming_symbol minor improvement. | Joel Brobecker | 1 | -1/+1 |
2012-02-29 | Minor cleanup to a couple of functions in ada-lang.c. | Joel Brobecker | 1 | -4/+0 |
2012-02-29 | [Ada] New functions to decode Ada types and values | Joel Brobecker | 1 | -0/+4 |
2012-02-07 | * gdbtypes.h (struct main_type): Change type of name,tag_name, | Doug Evans | 1 | -1/+1 |
2012-02-01 | * ada-lang.c (resolve_subexp): Update. | Tom Tromey | 1 | -1/+2 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+2 |
2011-12-06 | the "ambiguous linespec" series | Tom Tromey | 1 | -0/+2 |
2011-10-27 | * ada-lang.h (ada_start_decode_line_1, ada_finish_decode_line_1) | Tom Tromey | 1 | -9/+0 |
2011-10-03 | [Ada] New GDB/MI command: -ada-tasks-info | Joel Brobecker | 1 | -0/+5 |
2011-09-16 | [Ada] Adjust ada-tasks.c:ada_build_task_list | Joel Brobecker | 1 | -1/+1 |