HomeSort by relevance Sort by last modified time
    Searched refs:breakpoint (Results 76 - 100 of 186) sorted by null

1 2 34 5 6 7 8

  /external/lldb/source/Breakpoint/
BreakpointIDList.cpp 10 #include "lldb/Breakpoint/BreakpointIDList.h"
12 #include "lldb/Breakpoint/Breakpoint.h"
13 #include "lldb/Breakpoint/BreakpointLocation.h"
144 result.AppendErrorWithFormat ("'%s' is not a valid breakpoint ID.\n", string_array[i]);
155 // an array of space-separated strings, and searches through the arguments for any breakpoint ID range specifiers.
157 // ID range specifiers are found, the range is interpreted and a list of canonical breakpoint IDs corresponding to
213 result.AppendErrorWithFormat ("'%d' is not a valid breakpoint ID.\n", bp_id);
244 result.AppendErrorWithFormat ("'%s' is not a valid breakpoint ID.\n", range_start.c_str());
253 result.AppendErrorWithFormat ("'%s' is not a valid breakpoint ID.\n", range_end)
297 Breakpoint *breakpoint = breakpoints.GetBreakpointAtIndex (j).get(); local
    [all...]
  /external/ltrace/sysdeps/linux-gnu/
trace.c 46 #include "breakpoint.h"
294 * handling "onexit" and inherited the handler from breakpoint
328 breakpoint where IP points and let the process continue. After
329 this the breakpoint can be retracted and the process detached. */
334 struct breakpoint *found;
379 * edge of an instruction. So for tasks that have a breakpoint event
410 retract_breakpoint_cb(struct process *proc, struct breakpoint *bp, void *data)
470 * breakpoint (and therefore potentially doesn't have aligned IP),
515 * even if we are over a breakpoint. */
554 arch_sw_singlestep(struct process *proc, struct breakpoint *bp
    [all...]
  /external/ltrace/
proc.c 33 #include "breakpoint.h"
153 arch_addr_t, struct breakpoint *,
239 destroy_breakpoint_cb(struct process *proc, struct breakpoint *bp, void *data)
338 clone_single_bp(arch_addr_t *key, struct breakpoint **bpp, void *u)
340 struct breakpoint *bp = *bpp;
343 struct breakpoint *clone = malloc(sizeof(*clone));
410 arch_addr_t, struct breakpoint *, NULL,
781 "delayed and/or latent breakpoint pid=%d, %s@%p",
788 /* If there is an artificial breakpoint on the same address,
790 * there. That artificial breakpoint is there presumably fo
    [all...]
Android.mk 56 sysdeps/linux-gnu/breakpoint.c \
73 $(arm_path)/breakpoint.c \
  /external/chromium_org/v8/test/mjsunit/
debug-step-3.js 70 // Make f set a breakpoint with an activation on the stack.
78 // Set a breakpoint on the first var statement (line 1).
87 // Clear the breakpoint and check that no stepping happens.
debug-setbreakpoint.js 181 // Try setting breakpoint by url specified in sourceURL
194 assertTrue(breakListenerCalled, "Break listener not called on breakpoint set by sourceURL");
197 // Breakpoint in a script with no statements test case. If breakpoint is set
203 // Gets a script of 'i1' function and sets the breakpoint at line #4 which
212 // Creates the eval script and tries to set the breakpoint.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
CountModifierTest.java 21 import org.apache.harmony.jpda.tests.framework.Breakpoint;
62 * This testcase is for BREAKPOINT event with Count modifier.
63 * <BR>It runs CountModifierDebuggee and sets BREAKPOINT to its
66 * BREAKPOINT event occurs once after having called the method (count - 1)
75 // Breakpoint at start of test method.
77 Breakpoint breakpoint = new Breakpoint(TEST_CLASS_SIGNATURE, local
80 breakpoint);
ThreadOnlyModifierTest.java 21 import org.apache.harmony.jpda.tests.framework.Breakpoint;
55 * This testcase is for BREAKPOINT event with ThreadOnly modifier.
56 * <BR>It runs ThreadOnlyModifierDebuggee and sets BREAKPOINT to its
59 * BREAKPOINT event occurs only in the
68 Breakpoint breakpoint = new Breakpoint(TEST_CLASS_SIGNATURE, local
71 breakpoint);
  /external/lldb/test/lang/cpp/class_static/
TestStaticVariables.py 62 # The stop reason of the thread should be breakpoint.
65 'stop reason = breakpoint'])
86 breakpoint = target.BreakpointCreateByLocation("main.cpp", self.line)
87 self.assertTrue(breakpoint, VALID_BREAKPOINT)
93 # The stop reason of the thread should be breakpoint.
  /external/lldb/test/lang/cpp/stl/
TestSTL.py 66 # test/stl: clang built binaries results in the breakpoint locations = 3,
75 'stop reason = breakpoint'])
77 # The breakpoint should have a hit count of 1.
78 self.expect("breakpoint list -f", BREAKPOINT_HIT_ONCE,
104 # Create the breakpoint inside function 'main'.
105 breakpoint = target.BreakpointCreateByLocation(self.source, self.line)
106 self.assertTrue(breakpoint, VALID_BREAKPOINT)
115 self.assertTrue(thread.IsValid(), "There should be a thread stopped due to breakpoint condition")
  /external/lldb/test/python_api/type/
TestTypeList.py 51 # Create the breakpoint inside function 'main'.
52 breakpoint = target.BreakpointCreateByLocation(self.source, self.line)
53 self.assertTrue(breakpoint, VALID_BREAKPOINT)
62 self.assertTrue(thread.IsValid(), "There should be a thread stopped due to breakpoint condition")
  /external/lldb/test/python_api/value/linked_list/
TestValueAPILinkedList.py 51 # Create the breakpoint inside function 'main'.
52 breakpoint = target.BreakpointCreateByLocation('main.cpp', self.line)
53 self.assertTrue(breakpoint, VALID_BREAKPOINT)
62 self.assertTrue(thread.IsValid(), "There should be a thread stopped due to breakpoint condition")
  /external/ltrace/sysdeps/linux-gnu/ppc/
trace.c 36 #include "breakpoint.h"
90 arch_sw_singlestep(struct process *proc, struct breakpoint *sbp,
95 struct breakpoint *other = address2bpstruct(proc->leader, ip);
135 /* If a conditional branch is found, put a breakpoint
163 /* Put the breakpoint to the next instruction. */
  /external/chromium_org/v8/test/mjsunit/harmony/
debug-evaluate-blockscopes.js 51 // Set breakpoint on line 6.
66 // Clear breakpoint.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1586.js 46 // Set breakpoint on line 6.
61 // Clear breakpoint.
  /external/lldb/test/python_api/target/
TestTargetAPI.py 109 self.line1 = line_number('main.c', '// Find the line number for breakpoint 1 here.')
110 self.line2 = line_number('main.c', '// Find the line number for breakpoint 2 here.')
124 # Remove the lines to create a breakpoint and to start the inferior
127 breakpoint = target.BreakpointCreateByLocation('main.c', self.line1)
128 self.assertTrue(breakpoint, VALID_BREAKPOINT)
133 # Make sure we hit our breakpoint:
134 thread_list = lldbutil.get_threads_stopped_at_breakpoint (process, breakpoint)
190 substrs = ['Target', 'Module', 'Breakpoint'])
196 substrs = ['a.out', 'Target', 'Module', 'Breakpoint'])
207 # Add an extra twist of stopping the inferior in a breakpoint, and then continue till it's done
    [all...]
  /external/deqp/android/scripts/
debug.py 138 gdbSetup.write("set breakpoint pending on\n")
140 for breakpoint in breakpoints:
141 print("Set breakpoint at %s" % breakpoint)
142 gdbSetup.write("break %s\n" % breakpoint)
144 gdbSetup.write("set breakpoint pending off\n")
  /external/lldb/test/expression_command/call-restarts/
TestCallThatRestarts.py 54 breakpoint = target.BreakpointCreateBySourceRegex('Stop here in main.',self.main_source_spec)
55 self.assertTrue(breakpoint.GetNumLocations() > 0, VALID_BREAKPOINT)
62 # Frame #0 should be at our breakpoint.
63 threads = lldbutil.get_threads_stopped_at_breakpoint (process, breakpoint)
95 # Okay, now try with a breakpoint in the called code in the case where
96 # we are ignoring breakpoint hits.
  /external/lldb/test/lang/c/bitfields/
TestBitfields.py 58 # The stop reason of the thread should be breakpoint.
61 'stop reason = breakpoint'])
63 # The breakpoint should have a hit count of 1.
64 self.expect("breakpoint list -f", BREAKPOINT_HIT_ONCE,
133 breakpoint = target.BreakpointCreateByLocation("main.c", self.line)
134 self.assertTrue(breakpoint, VALID_BREAKPOINT)
139 # The stop reason of the thread should be breakpoint.
146 # The breakpoint should have a hit count of 1.
147 self.assertTrue(breakpoint.GetHitCount() == 1, BREAKPOINT_HIT_ONCE)
  /external/lldb/test/python_api/value/change_values/
TestChangeValueAPI.py 42 self.end_line = line_number ('main.c', '// Set a breakpoint here at the end')
53 # Create the breakpoint inside function 'main'.
54 breakpoint = target.BreakpointCreateByLocation('main.c', self.line)
55 self.assertTrue(breakpoint, VALID_BREAKPOINT)
57 # Create the breakpoint inside the function 'main'
61 # Create the breakpoint inside function 'main'.
72 self.assertTrue(thread.IsValid(), "There should be a thread stopped due to breakpoint condition")
124 # gcc may set multiple locations for breakpoint
125 breakpoint.SetEnabled(False)
132 self.assertTrue(thread.IsValid(), "There should be a thread stopped due to breakpoint condition"
    [all...]
  /external/lldb/source/Commands/
CommandObjectBreakpoint.cpp 19 #include "lldb/Breakpoint/Breakpoint.h"
20 #include "lldb/Breakpoint/BreakpointIDList.h"
21 #include "lldb/Breakpoint/BreakpointLocation.h"
39 AddBreakpointDescription (Stream *s, Breakpoint *bp, lldb::DescriptionLevel level)
69 "breakpoint set",
70 "Sets a breakpoint or set of breakpoints in the executable.",
71 "breakpoint set <cmd-options>"),
168 error.SetErrorStringWithFormat ("Unknown language type: '%s' for exception breakpoint", option_arg);
171 error.SetErrorStringWithFormat ("Unsupported language type: '%s' for exception breakpoint", option_arg)
1078 Breakpoint *breakpoint = target->GetBreakpointByID (cur_bp_id.GetBreakpointID()).get(); local
1198 Breakpoint *breakpoint = target->GetBreakpointByID (cur_bp_id.GetBreakpointID()).get(); local
1362 Breakpoint *breakpoint = breakpoints.GetBreakpointAtIndex (i).get(); local
1378 Breakpoint *breakpoint = target->GetBreakpointByID (cur_bp_id.GetBreakpointID()).get(); local
1702 Breakpoint *breakpoint = target->GetBreakpointByID (cur_bp_id.GetBreakpointID()).get(); local
1819 Breakpoint *breakpoint = target->GetBreakpointByID (cur_bp_id.GetBreakpointID()).get(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
ScriptSnippetModel.js 351 * @return {!Array.<!{breakpoint: !WebInspector.BreakpointManager.Breakpoint, uiLocation: !WebInspector.UILocation}>}
357 breakpointLocations[i].breakpoint.remove();
363 * @param {!Array.<!{breakpoint: !WebInspector.BreakpointManager.Breakpoint, uiLocation: !WebInspector.UILocation}>} breakpointLocations
369 var breakpoint = breakpointLocations[i].breakpoint; variable
370 WebInspector.breakpointManager.setBreakpoint(uiSourceCode, uiLocation.lineNumber, uiLocation.columnNumber, breakpoint.condition(), breakpoint.enabled());
529 * @param {!Array.<!{breakpoint: !WebInspector.BreakpointManager.Breakpoint, uiLocation: !WebInspector.UILocation}>} breakpointLoc (…)
    [all...]
  /external/chromium_org/v8/src/
d8.js 143 result += 'breakpoint';
895 // Check for breakpoint condition.
902 // Check for script breakpoint (name:line[:column]). If no ':' in break
961 request.arguments.breakpoint = parseInt(args);
970 // Create a JSON request for the change breakpoint command.
1043 request.arguments.breakpoint = parseInt(breakpointArg);
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlmemory.c 138 * Breakpoint to use in conjunction with xmlMemStopAtBlock. When the block
139 * number reaches the specified value this function is called. One need to add a breakpoint
924 char *breakpoint; local
939 breakpoint = getenv("XML_MEM_BREAKPOINT");
940 if (breakpoint != NULL) {
941 sscanf(breakpoint, "%ud", &xmlMemStopAtBlock);
945 breakpoint = getenv("XML_MEM_TRACE");
946 if (breakpoint != NULL) {
947 sscanf(breakpoint, "%p", &xmlMemTraceBlockAt);
  /external/libxml2/
xmlmemory.c 138 * Breakpoint to use in conjunction with xmlMemStopAtBlock. When the block
139 * number reaches the specified value this function is called. One need to add a breakpoint
927 char *breakpoint; local
942 breakpoint = getenv("XML_MEM_BREAKPOINT");
943 if (breakpoint != NULL) {
944 sscanf(breakpoint, "%ud", &xmlMemStopAtBlock);
948 breakpoint = getenv("XML_MEM_TRACE");
949 if (breakpoint != NULL) {
950 sscanf(breakpoint, "%p", &xmlMemTraceBlockAt);

Completed in 3524 milliseconds

1 2 34 5 6 7 8