Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
00bb397b0dc79fcad27bfe63456a2100039706f2
/
lldb
/
source
/
Breakpoint
/
BreakpointResolverFileLine.cpp
6c17cc5
[lldb] Make BreakpointResolver hold weak_ptr instead of raw pointer to breakpoint
by Tatyana Krasnukha
· 6 years ago
8081428
[lldb][NFC] Fix all formatting errors in .cpp file headers
by Raphael Isemann
· 6 years ago
95e264f
[lldb][NFC] Remove strange bool parameter from Searcher::SearchCallback
by Raphael Isemann
· 6 years ago
248a130
[lldb] NFC modernize codebase with modernize-use-nullptr
by Konrad Kleine
· 7 years ago
8b3af63
[NFC] Remove ASCII lines from comments
by Jonas Devlieghere
· 7 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
ceff664
Remove header grouping comments.
by Jonas Devlieghere
· 7 years ago
8f3be7a
[FileSystem] Move path resolution logic out of FileSpec
by Jonas Devlieghere
· 7 years ago
4911d36
NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.
by Jim Ingham
· 7 years ago
431b158
Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.
by Adrian Prantl
· 7 years ago
7aa4ed9
If a function starts with line number 0, don't try to check if a breakpoint crossed function boundaries.
by Jim Ingham
· 7 years ago
0509724
Reflow paragraphs in comments.
by Adrian Prantl
· 8 years ago
776cd7a
Always normalize FileSpec paths.
by Greg Clayton
· 8 years ago
52098cf
Allow relative file paths when settings source breakpoints
by Greg Clayton
· 8 years ago
2833321
Update StructuredData::String to return StringRefs.
by Zachary Turner
· 9 years ago
97206d5
Rename Error -> Status.
by Zachary Turner
· 9 years ago
bf37a03
BreakpointResolverFileLine: Restrict move-to-nearest-code from moving across function boundaries
by Pavel Labath
· 9 years ago
6f9e690
Move Log from Core -> Utility.
by Zachary Turner
· 9 years ago
bf9a773
Move classes from Core -> Utility.
by Zachary Turner
· 9 years ago
771ef6d
Fix Clang-tidy readability-redundant-string-cstr warnings
by Malcolm Parsons
· 9 years ago
95eae42
Make lldb::Regex use StringRef.
by Zachary Turner
· 9 years ago
1a81b27
Add a few const's (thanks Zachary) and return shared or unique pointers
by Jim Ingham
· 9 years ago
e14dc26
This is the main part of a change to add breakpoint save and restore to lldb.
by Jim Ingham
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
2411167
Add an "offset" option to "break set -n" and "break set -f -l".
by Jim Ingham
· 10 years ago
055ad9b
Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)
by Ilia K
· 11 years ago
a66c695
Reverting r237460 to fix test failures introduced on OSX & Linux
by Vince Harron
· 11 years ago
d9f1a78
Add --move-to-nearest-code / target.move-to-nearest-code options
by Ilia K
· 11 years ago
3294de2
Move lldb-log.cpp to core/Logging.cpp
by Zachary Turner
· 11 years ago
33df7cd
Add the ability to set breakpoints with conditions, commands, etc,
by Jim Ingham
· 11 years ago
f642373
Factor the code that was eliminating redundant breakpoint locations and moving
by Jim Ingham
· 12 years ago
df59c4a
Change the "breakpoint fuzz" algorithm from "coalesce the line ranges for a file & line breakpoint if they are contiguous" to
by Jim Ingham
· 12 years ago
a297a97
Sort out a number of mismatched integer types in order to cut down the number of compiler warnings.
by Andy Gibbs
· 12 years ago
405fab9
Be sure to print out the full file path when dumping breakpoint resolvers for file and line when the full path was specified.
by Greg Clayton
· 12 years ago
5160ce5
<rdar://problem/13521159>
by Greg Clayton
· 13 years ago
7c06a09
For file & line breakpoints, if there are subsets of contiguous line table entries for the specified line, set the
by Jim Ingham
· 13 years ago
c7bece56
<rdar://problem/13069948>
by Greg Clayton
· 13 years ago
d01b295
Resolve printf formatting warnings on Linux:
by Daniel Malea
· 13 years ago
1f74607
<rdar://problem/11757916>
by Greg Clayton
· 13 years ago
a8558b6
Also push file & line breakpoints past the prologue. Also added a "-K" argument to the relevant
by Jim Ingham
· 14 years ago
2dafd8e
<rdar://problem/11282938>
by Greg Clayton
· 14 years ago
bc2f918
Don't set breakpoints independently comp unit by comp unit, but look over all the file & line matches
by Jim Ingham
· 14 years ago
969795f
Add a new breakpoint type "break by source regular expression".
by Jim Ingham
· 14 years ago
2d4edfb
Modified all logging calls to hand out shared pointers to make sure we
by Greg Clayton
· 15 years ago
b7234e4
Check in an initial implementation of the "breakpoint clear" command, whose purpose is clear
by Johnny Chen
· 15 years ago
c982c76
Merged Eli Friedman's linux build changes where he added Makefile files that
by Greg Clayton
· 15 years ago
0c5cd90
Added function name types to allow us to set breakpoints by name more
by Greg Clayton
· 15 years ago
30fdc8d
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago