Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
3aed1981
Commit
3aed1981
authored
Aug 21, 2001
by
Richard Henderson
Committed by
Richard Henderson
Aug 21, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gdbinit.in: Move break on exit after break on fancy_abort.
From-SVN: r45074
parent
487b97e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ChangeLog
+2
-0
gcc/gdbinit.in
+1
-1
No files found.
gcc/ChangeLog
View file @
3aed1981
2001
-
08
-
21
Richard
Henderson
<
rth
@redhat
.
com
>
*
gdbinit
.
in
:
Move
break
on
exit
after
break
on
fancy_abort
.
*
config
/
ia64
/
ia64
.
c
(
ia64_return_in_memory
)
:
True
for
variable
sized
types
.
...
...
gcc/gdbinit.in
View file @
3aed1981
...
...
@@ -88,7 +88,6 @@ end
# Put breakpoints at exit and fancy_abort in case abort is mapped
# to either fprintf/exit or fancy_abort.
b exit
b fancy_abort
# Make gdb complain about symbol reading errors. This is so that gcc
...
...
@@ -99,4 +98,5 @@ set complaints 20
# stdio stop working and therefore the `pr' command above as well.
# Put this last because gcc does not reference it any more unless
# USE_SYSTEM_ABORT is defined, so gdb may complain and bail out.
b exit
b abort
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment