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
55a9c4b2
Commit
55a9c4b2
authored
Nov 09, 2004
by
Hans-Peter Nilsson
Committed by
Hans-Peter Nilsson
Nov 09, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gdbinit.in (pbb, pbm): New macros.
From-SVN: r90336
parent
df95526b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
gcc/ChangeLog
+4
-0
gcc/gdbinit.in
+16
-0
No files found.
gcc/ChangeLog
View file @
55a9c4b2
2004
-
11
-
09
Hans
-
Peter
Nilsson
<
hp
@
bitrange
.
com
>
*
gdbinit
.
in
(
pbb
,
pbm
):
New
macros
.
2004
-
11
-
08
Jeff
Law
<
law
@
redhat
.
com
>
*
cfg
.
c
(
redirect_edge_succ_nodup
):
Use
find_edge
rather
than
...
...
gcc/gdbinit.in
View file @
55a9c4b2
...
...
@@ -113,6 +113,22 @@ In cc1plus, print the current binding stack, frame by frame, up to and
including the global binding level.
end
define pbb
set dump_bb ($, stderr, 0)
end
document pbb
Dump the basic block that is in $, including rtx.
end
define pbm
set bitmap_print (stderr, $, "", "\n")
end
document pbm
Dump the bitmap that is in $ as a comma-separated list of numbers.
end
# Put breakpoints at exit and fancy_abort in case abort is mapped
# to either fprintf/exit or fancy_abort.
b fancy_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