summaryrefslogtreecommitdiffstats
path: root/gdb
Commit message (Collapse)AuthorAgeFilesLines
* Switch the license of all .c files to GPLv3.Joel Brobecker2007-08-23798-3530/+1993
| | | | | Switch the license of all .h files to GPLv3. Switch the license of all .cc files to GPLv3.
* * configure.ac: Switch license to GPLv3.Joel Brobecker2007-08-236-15/+21
|
* Switch the licensing to GPLv3 for all .ads and .adb files.Joel Brobecker2007-08-2315-50/+32
|
* *** empty log message ***gdbadmin2007-08-231-1/+1
|
* * mips-tdep.c (mips_gdbarch_init): Use Tag_GNU_MIPS_ABI_FP toDaniel Jacobowitz2007-08-222-0/+30
| | | | determine the file's FPU type.
* gdb/testsuite/Daniel Jacobowitz2007-08-225-11/+116
| | | | | | | | | | | * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int and t_int_double. * gdb.base/callfuncs.c (t_double_int, t_int_double): New. gdb/ * mips-tdep.c (mips_n32n64_fp_arg_chunk_p): New. (mips_n32n64_push_dummy_call): Always increment float_argreg along with argreg. Use mips_n32n64_fp_arg_chunk_p.
* * solib-svr4.c (scan_dyntag): Only read target memory when necessary.Daniel Jacobowitz2007-08-222-19/+36
| | | | | | Fix formatting. (elf_locate_base): Look for DT_MIPS_RLD_MAP first. Expand comments. (elf_lookup_lib_symbol): Fix formatting.
* 2007-08-21 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-222-4/+13
| | | | | * dbxread.c (read_dbx_symtab): Guard null deref. Break up long line.
* 2007-08-21 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-222-1/+6
| | | | * valops.c (find_overload_match): Guard against NULL.
* * MAINTAINERS (Patch Champions): Remove self.Daniel Jacobowitz2007-08-222-1/+4
|
* *** empty log message ***gdbadmin2007-08-221-1/+1
|
* * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.Jim Blandy2007-08-212-0/+12
| | | | | (title page): Include the dedication in the printed manual, as a separate page after the copyright notice.
* 2007-08-21 Chris Smith <chris.smith@st.com>Daniel Jacobowitz2007-08-212-0/+6
| | | | | * cli/cli-script.c (read_command_lines): Call dont_repeat for each line.
* *** empty log message ***gdbadmin2007-08-211-1/+1
|
* * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:Jim Blandy2007-08-202-2/+6
| | | | don't break a @var across a line.
* *** empty log message ***gdbadmin2007-08-201-1/+1
|
* *** empty log message ***gdbadmin2007-08-191-1/+1
|
* 2007-08-18 Michael Snyder <msnyder@svkmacdonelllnx>Michael Snyder2007-08-182-5/+4
| | | | * stabsread.c (dbx_lookup_type): Memory leak.
* 2007-08-18 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-182-1/+4
| | | | | * event-loop.c (delete_async_signal_handler): Move pointer null test to before pointer dereference.
* 2007-08-18 Michael Snyder <msnyder@svkmacdonelllnx>Michael Snyder2007-08-182-2/+9
| | | | * ui-out.c (append_header_to_list): Possible cut and paste error.
* 2007-08-18 Michael Snyder <msnyder@svkmacdonelllnx>Michael Snyder2007-08-182-1/+5
| | | | * MAINTAINERS: white space tweak.
* * gdb.base/step-line.c: Switch license to GPL version 3, andJoel Brobecker2007-08-184-14/+19
| | | | | update copyright year. * gdb.base/step-line.inp: Likewise.
* * gdb.base/gdb1555.exp: Make expected output immune to formattingJoel Brobecker2007-08-183-13/+21
| | | | | changes inside gdb1555.c. * gdb.base/pending.exp: Likewise.
* 2007-08-17 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-182-0/+6
| | | | * stack.c (print_frame): Memory leak.
* 2007-08-17 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-182-26/+29
| | | | | * completer.c (filename_completer): Avoid memory leak. Remove unnecessary nested block.
* *** empty log message ***gdbadmin2007-08-181-1/+1
|
* 2007-08-17 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-172-1/+7
| | | | * c-exp.y (parse_number): Memory leak.
* 2007-08-17 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-172-1/+8
| | | | | * completer.c (location_completer): Must free 'fn_list', except in the one case where it is returned (as 'list').
* 2007-08-17 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-172-0/+4
| | | | * varobj.c (value_of_root): Memory leak.
* 2007-08-17 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-173-22/+22
| | | | | | | * gdbtypes.h (virtual_base_list): Remove export decl. * gdbtypes.c (virtual_base_list): Make static. Not called outside. (virtual_base_index): Memory leak. (virtual_base_index_skip_primaries): Ditto.
* 2007-08-17 Maxim Grigoriev <maxim2405@gmail.com>Maxim Grigoriev2007-08-172-291/+1043
| | | | | | | | | | | | | | | | | | | | | * xtensa-tdep.c (ARG_NOF, ARG_1ST, PS_WOE, PS_EXC, C0_MAXOPDS) (C0_NREGS, C0_CLESV, C0_SP, C0_FP, C0_RA, C0_ARGS, C0_NARGS) (C0_CONST, C0_INEXP, C0_NOSTK): New macros. (xtensa_read_register): New function. (xtensa_windowed_frame_cache, xtensa_call0_frame_cache, xtensa_c0reg) (xtensa_insn_kind): New types. (xtensa_frame_cache, xtensa_alloc_frame_cache, xtensa_frame_cache) (xtensa_frame_prev_register, xtensa_return_value, xtensa_skip_prologue) (xtensa_verify_config, xtensa_pseudo_register_read) (xtensa_pseudo_register_write, xtensa_extract_return_value) (xtensa_store_return_value) (xtensa_push_dummy_call): Extended to support Xtensa Call0 ABI. (windowing_enabled, extract_call_winsize, xtensa_unwind_dummy_id) (xtensa_frame_this_id, xtensa_frame_prev_register) (xtensa_register_type, xtensa_reg_to_regnum): Cosmetic changes. (call0_frame_cache, call0_frame_get_reg_at_entry) (call0_classify_opcode, call0_track_op) (call0_analyze_prologue, call0_frame_cache): New functions.
* * breakpoint.c (bpstat_free): New.Vladimir Prus2007-08-173-8/+31
| | | | | | | (bpstat_clear): Use bpstat_free. (delete_breakpoint): Document why we cannot remove bpstats from stop_bpstat. * breakpoint.h (bpstat_free): Declare.
* *** empty log message ***gdbadmin2007-08-171-1/+1
|
* event-loop.c (gdb_wait_for_event): Move statement into if block.Michael Snyder2007-08-162-2/+5
|
* *** empty log message ***gdbadmin2007-08-161-1/+1
|
* * ada-lang.c (resolve_subexp): Correct arity of binary operators.Joel Brobecker2007-08-152-0/+8
|
* * ada-lang.c (possible_user_operator_p): Alternative fix to lastJoel Brobecker2007-08-152-8/+7
| | | | checkin guarding against NULL.
* 2007-08-14 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-1513-116/+156
| | | | | | | * tui-command.c, tui-data.c, tui-disasm.c, tui-file.c, tui-io.c, tui-layout.c, tui-regs.c, tui-source.c, tui-win.c, tui-windata.c, tui-wingeneral.c, tui-winsource.c: Coding standard, && and || go at beginning of new line.
* *** empty log message ***gdbadmin2007-08-151-1/+1
|
* 2007-08-14 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-1423-264/+404
| | | | | | | | | * tui-data.c, tui-data.h, tui-disasm.c, tui-disasm.h, tui-hooks.c, tui-io.c, tui-layout.c, tui-layout.h, tui-out.c, tui-regs.c, tui-source.c, tui-source.h, tui-stack.c, tui-win.c, tui-win.h, tui-windata.c, tui-windata.h, tui-wingeneral.c, tui-winsource.c, tui-winsource.h, tui.c, tui.h: Function declarations and definitions, wrap long lines.
* 2007-08-14 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-1410-189/+137
| | | | | | * tui-command.c, tui-data.c, tui-disasm.c, tui-layout.c, tui-regs.c, tui-win.c, tui-windata.c, tui-winsource.c, tui.c: Reformat block comments to GNU standard.
* 2007-08-14 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-1422-413/+461
| | | | | | | | | * tui-command.c, tui-data.c, tui-data.h, tui-disasm.c, tui-file.c, tui-hooks.c, tui-interp.c, tui-io.c, tui-layout.c, tui-out.c, tui-regs.c, tui-regs.h, tui-source.c, tui-stack.c, tui-win.c, tui-windata.c, tui-wingeneral.c, tui-winsource.c, tui-winsource.h, tui.c, tui.h: Comment reformatting to coding standard (capitals, spaces after periods, etc).
* 2007-08-14 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-1416-164/+172
| | | | | | | | * tui-data.c, tui-data.h, tui-disasm.c, tui-hooks.c, tui-layout.c, tui-regs.c, tui-source.c, tui-stack.c, tui-win.c, tui-windata.c, tui-wingeneral.c, tui-wingeneral.h, tui-winsource.c, tui.c, tui-winsource.h: Whitespace changes, fix pointer declarations to be consistant.
* * ada-lang.c (field_alignment): Guard against NULL.Joel Brobecker2007-08-142-1/+14
|
* * MAINTAINERS (Global Maintainers): Add self.Joel Brobecker2007-08-142-0/+5
|
* 2007-08-14 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-142-13/+2
| | | | * mi/mi-interp.c (mi_cmd_interpreter_exec): Dead code, dead variable.
* 2007-08-14 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-142-1/+3
| | | | * ada-lang.c (possible_user_operator_p): Guard against NULL.
* 2007-08-14 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-142-3/+9
| | | | | * varobj.c (cplus_describe_child): Guard against null. Use "NULL" instead of "0" to initialize pointers.
* * arm-tdep.c (arm_gdbarch_init): Allow unknown ABI and FPU settingsDaniel Jacobowitz2007-08-142-27/+22
| | | | | to match any gdbarch with matching OSABI. Set default ABI and FPU after running the OSABI handler.
* * config/i386/linux.mh (NATDEPFILES): Move corelow.o from here...Daniel Jacobowitz2007-08-143-2/+7
| | | | * config/i386/linux.mt (TDEPFILES): ...to here.
OpenPOWER on IntegriCloud